Auto insert date & time on a form

T

The Chomp

I am sort of new with this.....

I am creating a data input form and I want to capture the date&time the new
record was entered. What would be the best way to do this.

I have created a date&time (general) field in the table

Thanks All
Chomp
 
M

Marshall Barton

The said:
I am sort of new with this.....

I am creating a data input form and I want to capture the date&time the new
record was entered. What would be the best way to do this.

I have created a date&time (general) field in the table


Set the field's DefaultValue property to Now()
 
Top