Search results

  1. A

    Help with date format

    I am in the USA and use m/d/y format for short date, dealing with someone in Europe with d/m/y. - date field is stored on a table in Date/Time datatype (includes the time) - continuous form showing all records including date in Short Date format - user right-clicks on date, selects Filter >...
  2. A

    Timing Issue?

    (Access 2003) The code: 1-open another database 2-for a specified query (name supplied) for each fld in qfd.fields write a record to a local table 3-close database 4-create query based on local table 5-RefreshDatabaseWindow 6-open form with query as record source The code...
Back
Top Bottom