Date/Time Show When Changes Made

G

Guest

Hi,

When changes are made in a table or form, I want the date and time to appear
showing me when changes were made in any of the fields.

How can it work?
MTIA.
 
D

Douglas J. Steele

It's not possible if you're working directly with tables.

Using foms, you have to put code into the form's BeforeUpdate event to
update the row's LastChanged field (which, of course, you have to add to the
table yourself)

You might find what Allen Browne has at
http://www.allenbrowne.com/AppAudit.html to be useful.
 

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