MS Access Timestamp

R

Roshawn

Hi,

Is there a way to autogenerate a timestamp value in MS Access 2002? If so,
how do you accomplish it?

Thanks,
Roshawn
 
R

Roger Carlson

It depends what you mean, but if you want a field that automatically records
the time that the record was created, just put Now() in the Default Value of
the field in the table.

If you want something more complex, on my website (see sig below) is a small
sample database called "AuditTrail.mdb" which might be of some help.
 
Top