G
Guest
Hi, I have a database where I track all the databases written by my
department (we have about 75 active ones). I'd like to be able to click a
button and get the dates the data in those databases was last changed so I
can remove obselete ones. (My master database has the filenames & paths for
each of them.)
Right now, I use the Dir function and get the file date, but our backup
system re-dates everything to the current date, so it's no longer useful. I
wondered if one of the system tables would have that info. Each of the
databases would have the same system tables, of course, while they'd have
different table names for the actual data. (I'd rather write general code
than check each database and figure out its' main table name.)
We're using Access 2003, although some of the back-end data is still in
2000. Any help is much appreciated. Thanks!
department (we have about 75 active ones). I'd like to be able to click a
button and get the dates the data in those databases was last changed so I
can remove obselete ones. (My master database has the filenames & paths for
each of them.)
Right now, I use the Dir function and get the file date, but our backup
system re-dates everything to the current date, so it's no longer useful. I
wondered if one of the system tables would have that info. Each of the
databases would have the same system tables, of course, while they'd have
different table names for the actual data. (I'd rather write general code
than check each database and figure out its' main table name.)
We're using Access 2003, although some of the back-end data is still in
2000. Any help is much appreciated. Thanks!