Date field - automation

T

tehllama

Version 2002. How can I have the date field automatically adopt the
date of the creation of the record? I've checked the help file but
I'm either asking the wrong question or not understanding the answer.
TIA.
 
S

Steve Schapel

Tehllama,

In design view of the table, set the Default Value property of your date
field to:
Date()
 
J

John Vinson

Version 2002. How can I have the date field automatically adopt the
date of the creation of the record? I've checked the help file but
I'm either asking the wrong question or not understanding the answer.
TIA.

Open the Table in design view and select the field. In the lower left
corner in the box of field properties, set the Default Value property
to

Date()


John W. Vinson[MVP]
 
T

tehllama

Open the Table in design view and select the field. In the lower left
corner in the box of field properties, set the Default Value property
to

Date()


John W. Vinson[MVP]

My thanx to both of you. May your tribe increase!
 
Top