Date and Time

R

Rick B

This is a very common question. Do a search and read the previous posts on
the topic. Look for the keywords "timestamp" or "audit trail".
 
R

Rick B

This is a very common question. Do a search and read the previous posts on
the topic. Look for the keywords "timestamp" or "audit trail".
 
G

Guest

Open the table in design view. Add a Date/Time field called dtmModDate, or
whatever you want to call it...

In the form that is used to edit the record you can add the following in the
AfterUpdate event:

dtmModDate = Now()
 
G

Guest

Open the table in design view. Add a Date/Time field called dtmModDate, or
whatever you want to call it...

In the form that is used to edit the record you can add the following in the
AfterUpdate event:

dtmModDate = Now()
 

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

Top