Query the file modified date???

allllan

New member
Local time
Today, 01:51
Joined
Jun 13, 2012
Messages
1
Greetings,

I have several linked tables that I am wanting to normalize, and one of the elements I need is the date the linked file was modified. Is this possible? If so...how would I go about getting that value returned?

Alan
 
Alan-

You could take a look at the DateModified property of the TableDef object, but it will probably only show you the date the link was created. You might need to open the back end table directly in code, then look at the TableDef objects there. Even then, the DateModified property is very unreliable - for example, it gets reset whenever a compact / repair is done.
 

Users who are viewing this thread

Back
Top Bottom