Recent content by arnelgp

  1. arnelgp

    Date format reverts back to previous format

    Date format is not an issue. the problem are those people, not having guidance as to the Basics of Ms Access. It is a good advice to Read the Manual first before you try to Operate.
  2. arnelgp

    Date format reverts back to previous format

    you can also use the ISO 8601 standard date format: YYYY-MM-DD.
  3. arnelgp

    Combo in subform display the previous value

    the subform's table should also the Sales/Invoice ID, so that you can Link it to the main form (Link Master Fields/Link Child Fields).
  4. arnelgp

    Date format reverts back to previous format

    the OP can "hard" set the format by going to control panel and change the Loale date setting.
  5. arnelgp

    Date format reverts back to previous format

    is it so hard, considering he is the programmer?
  6. arnelgp

    Date format reverts back to previous format

    add also the Format (Property) of the data textbox in design view.
  7. arnelgp

    Solved Code running report despite default set to not

    maybe your db apps get Stoned:sick:
  8. arnelgp

    Solved How get lid of domain function and replace them with opening recordset in MS Access VBA

    alternative use tLookup() and other domain lookup alternative: https://www.access-programmers.co.uk/forums/threads/replace-dlookup-with-as-sql-query.319710/#post-1787342
  9. arnelgp

    Solved Report resolution fix, maybe

    can't you manually Default printer to print on 600x600 resolution. i think you can.
  10. arnelgp

    How Sql Server can interact with Microsoft Access (or other application) ?

    from Copilot answer. you can add "trigger" to your sql server when a record is modified or added. like creating a record on the audit trail table on your sql server. on ms access part, again from CoPilot: MS SQL Server cannot directly “push” notifications into Access when a linked table...
  11. arnelgp

    Rotate an image

    vhung see the two new form.
  12. arnelgp

    Currency from US$ to GBP

    you can also Save the Current Exchange rate of US$ to GBP to your table. then using Query, you can Compute the Conversion of each field.
  13. arnelgp

    Rotate an image

    as suggested by Jason Hayes (no Timer Event).
  14. arnelgp

    Rotate an image

    here is a video of the db run on Windows 10 x32 and Ms Access 2016 x32 on Virtual Machine. i already modified the Registry keys.
Back
Top Bottom