date stamp

A

Allen Browne

Access doesn't do this for you, but it's easy enough.

Open the table in design view.

Add an extra field of type Date/Time.

Set the Default Value of this field to:
=Now()

If you only wanted the date (not the time as well), use:
=Date()
 
Top