Add a field that records date/time to when a record was last chang

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

I know that you can add a property to a form that holds the date & time the
record was last updated, but I was wondering if you could add a field to a
table thet even if you go into the table itself and enter the data, it would
still update that field??

Thanks,
Mike
 
No. Access lacks triggers, so you cannot do that in a JET table.
 
bassplayer13 said:
Hello all,

I know that you can add a property to a form that holds the date & time the
record was last updated, but I was wondering if you could add a field to a
table thet even if you go into the table itself and enter the data, it would
still update that field??

Thanks,
Mike


erwe
 
Nope. Not unless the tables a link to a server database that supports triggers
like SQL Server. Access/Jet tables have no events like that.
 

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.

Ask a Question

Back
Top