date stamp

  • Thread starter Thread starter Guest
  • Start date Start date
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()
 
Back
Top