Add Date & time to record

W

Wroey

How do i auto enter/log the date and time of every record entry to a databse.
I can get it to fill in the date or time using the table & date/time function and setting the default value to Date () or time(). but i require both.
 
G

Glenn

Set the default value to Now()

Glenn
-----Original Message-----
How do i auto enter/log the date and time of every record entry to a databse.
I can get it to fill in the date or time using the table
& date/time function and setting the default value to Date
() or time(). but i require both.
 
Top