Date Updated Column

D

David F

In SQL Server I can use a trigger to populate a "date created" and "date
updated" field.

For example, in my orders table I have a "date created" and "date updated"
field. When a row is added to this table, both of these fields are updated
by the trigger with the INSERT date. Later, if the row is modified, the
"date updated" field is modified with the UPDATE date.

This gives me a nice audit trail for the activity in the table.

Is there any way to accomplish this in Access?

Thanks
 

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