Date field - automation

  • Thread starter Thread starter tehllama
  • Start date Start date
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.
 
Tehllama,

In design view of the table, set the Default Value property of your date
field to:
Date()
 
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]
 
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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top