Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Autofill date field when adding a record?

Status
Not open for further replies.

ChrisHaynes

Technical User
Joined
Mar 9, 2006
Messages
80
Location
GB
Does anyone know how to autofill the date field with the current date when adding a new record?

Any help will be greatly appreciated.


Cheers.
Chris.
 
You could try =Date() in the control source of the text box.
 
Why not simply the DefaultValue set to:
=Date()

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
I thought about that but since it was in the forms forum :-)
 
or the default value of the field in the table (sorry Phv that's what I thought you ment,should have read your post properly). :~/
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top