Last Updated

C

Christer Hedman

What makes the property
currentdb.Containers("Forms").documents("Form1").LastUpdated change. When I
make a change in a form the date/time in LastUpdated don't change, and in
the sysobjects table the column lastupdated doesn't change, but in the forms
window the column LastUpdated changes. WHere does that come from ? I don't
know how to track changes in my databases anymore!
 
A

Allen Browne

Microsoft mulitated this in Access 2000, so in any version since then you
cannot rely on the dates in these properties (which DAO reads from the
MSysObjects table.)
 
Top