Timestamp For last table update

abledog

Registered User.
Local time
Yesterday, 16:04
Joined
Nov 11, 2008
Messages
15
Hi, I am looking for the timestamp to see when was the last time a table was updated.

I update the table by going into the table itself and pasting in new records, I don't update the records from a form (in which case I could have just recorded the time stamp)....


Is there any way of doing this ..?

Thanks for your help...!
 
If you are pasting records as Paste Append then what about adding a field with default as Now() and make it the last field so it does not mess up your paste order.
 
That Works....Thanks a lot Mike.....appreciate your help...!
 
Paste append is a spreadsheet technique. Append queries are safer and do not rely on column names or order.
 
Paste append is a spreadsheet technique. Append queries are safer and do not rely on column names or order.

Hence..."and make it the last field so it does not mess up your paste order"
 

Users who are viewing this thread

Back
Top Bottom