Auto populate date

B

Brent E

Good morning,

I would like to set up a field so that when a user pulls up a form to add a
new record, the date field is automatically populated w/ the current date.
What do I need to do this and what format do I need to set the field to?
Thanks.
 
R

Rick B

As posted alll the time (please look for your answers before posting a new
thread), simply make the DEFAULT for the field...

= Date()


The field would need to be a DATE type.
 
B

Brent E

Sorry, Thanks for that info.

Rick B said:
As posted alll the time (please look for your answers before posting a new
thread), simply make the DEFAULT for the field...

= Date()


The field would need to be a DATE type.
 
Top