And the FileDateTime function will do that. All you have to do is pass it
the name of the back end database.
If you don't know the name of the back end database, you can parse it out of
the Connect property of any of the linked tables.
Remember, though, that as soon as a user touches the back end database, its
last modified date gets changed, even if they don't actually update it.
If what you're after is actually the last time a record was updated in the
back end, you'll have to add CreatedDtm and/or LastUpdatedDtm fields to each
record, and write queries against each table to determine the most recent
record date.
--
Doug Steele, Microsoft Access MVP
(no e-mails, please!)
Rick said:
What I am looking for is a method for the front end db to find and display
the date/time modified of the back end db.