simple question but I am lost

DougM

Registered User.
Local time
Today, 02:37
Joined
Apr 18, 2004
Messages
26
I have a table where I have the field date added. Is there anyway to have it automatically fill in the current date, when a new record is added? I see where you can set the input mask for a date, but now where you can make it automatic.

Thanks!
Doug
 
In table design, set the Default Value of the field to:-
=Date()
 

Users who are viewing this thread

Back
Top Bottom