Thanks for the quick reply. The writing of a whole lot of code sounds very
dismal to me.
Here is my process. I have a database that is maintained in one location.
The data in the underlying tables is added, deleted or modified within this
location. The file is shared out to multiple locations on a nightly basis.
The users at those locations do not modify the data at all, they are reading
it from another application.
My thought was to use the modifed date as an indicator if we needed to
verify that the locations had the most current version (e.g. does the modifed
date in the lacation match the modified date in the main location). But if
the modifed date changes when the database is opened, it won't be correct.
I have considered storing a user generated version number when the database
is updated by the main location - unless you have any further thoughts. I
thank you for your time!
"John W. Vinson" wrote:
> On Tue, 8 Jan 2008 11:36:06 -0800, Zoe <(E-Mail Removed)> wrote:
>
> >I would like to display the date that the database was last modified on a form.
>
> I don't know any good way to do that without writing a WHOLE lot of code. The
> Windows "modified" date gets changed whenever a database is opened, whether or
> not you make any design changes to any of the objects or update any tables.
>
> Do you want to track when the *structure* of the database was modified, or the
> *values* in one or more tables changed?
>
> John W. Vinson [MVP]
>
|