how to enter the date automatically in an access table?

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

Guest

Hello,
I have an access database and I would like to the Update field to generate
the date automatically after each change of data in the table. I read all the
postings on date, which were great. But if someone could help with this,
would appreciate it. I want users to know when the update of the contact
names was done.
M
 
Marly said:
Hello,
I have an access database and I would like to the Update field to
generate the date automatically after each change of data in the
table. I read all the postings on date, which were great. But if
someone could help with this, would appreciate it. I want users to
know when the update of the contact names was done.
M

You can only do this in code behind the FORM used to update the data. You
cannot do this at the table level.
 
Back
Top