J jennifer Apr 19, 2004 #1 How do I add a date/time stamp everytime time a new record is added from a form/data entry page?
C Cheryl Fischer Apr 19, 2004 #2 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,
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,