On Aug 8, 2:13 am, MLH <C...@NorthState.netwrote:
Would like to extract list of database objects
in A97 database and each of their last-modified
dates. What's the best way to proceed? And, is
the last-modified date a property I can read in a
straightforward approach?
It would take you a few minutes examining the Object Browser. The use
of the Object Browser has been explained to you before. It seems you
have ignored the advice, in favour of posting questions here.
It took me less than a minute to find
Debug.Print DBEngine(0)(0).Containers("Forms")
("Categories").Properties("DateCreated").Value
Debug.Print DBEngine(0)(0).Containers("Forms")
("Categories").Properties("LastUpdated").Value
which show
1995-09-13 10:51:50
2007-08-05 11:22:27
for the form "Categories" in my copy of Northwinds.mdb in Access 2000.
It would take me perhaps two minutes to loop through all the objects
and retrieve these values for all the exposed objects in the db.
It might have taken you a little longer but not as long as waiting for
answers here.
If you were to practice using the Object Browser you might even be
able (and willing?) to answer a few questions.
And David might remove you from his killfile; and you might learn
something. But I guess we couldn't count on that.