auto add the time

J

jennifer

How do I add a date/time stamp everytime time a new record
is added from a form/data entry page?
 
C

Cheryl Fischer

Easiest way is to add the following to the DefaultValue property for the
field containing the date/time stamp in your Table's design:

Now()


hth,
 
Top