Results 1 to 2 of 2
  1. #1
    JMichael is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2016
    Posts
    7

    Display Date Last Run on Query

    I have users run an append query from a button. Is there anyway I could have the date the query was last run displayed on the form by the button? Or if you know an option or alternative please share. Thanks.

  2. #2
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,940
    the usual way to handle this is to have a date field in your table with a default value of now() - date last run will be the latest value

    alternatively you will need a log table to store when events occur - and populate it when someone clicks the button - table might look a bit like this

    DateRun.......Action..............User
    19/7/2016...run xyz query....John
    18/7/2016...run abc query....Harry

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 10
    Last Post: 01-23-2016, 12:29 PM
  2. Replies: 20
    Last Post: 01-13-2015, 02:23 PM
  3. Replies: 6
    Last Post: 12-27-2012, 10:49 AM
  4. Replies: 1
    Last Post: 02-17-2012, 04:43 PM
  5. Replies: 2
    Last Post: 02-20-2010, 01:11 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums