What exactly do you mean by saved? The last time any object within the database was modified, the last time the database was opened, or the last time that data was modified within any of the database's tables?
Generally, there is no way to tell when the last time data was updated within a database's tables. There is a way to identify when the database was last OPENED. There is also a way to identify when the last object (query, form, report, macro, etc.) was modified.
Cruising the Information Superhighway
[sub] (your mileage may vary)[/sub]
Generally, what is done for date/time critical tables is to have a column datestamp. Each time a row is Inserted/Updated (often no row delete occurs but the row is marked for deletion after various audits have occurred) the datestamp refleces the date/time of the transaction.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.