My apologies. I had thought that the value was the same for all tables in
the database (due to the monolithic save in the newer versions of Access),
but a test I just ran indicates that that isn't the case.
However, it should be pointed out that it represents the last time a change
was made to the table design, not the last time a change was made to the
data in the table.
My apologies. I had thought that the value was the same for all tables in
the database (due to the monolithic save in the newer versions of Access),
but a test I just ran indicates that that isn't the case.
However, it should be pointed out that it represents the last time a
change was made to the table design, not the last time a change was made
to the data in the table.
There is no built-in way to get that.
If you REALLY need it, I would suggest using SQL Server instead: it
supports triggers which can fire when you update or add data.
In Access you would have to rely on the Form_AfterUpdate event.
Putting it in the form's BeforeUpdate event might work better.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.