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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Form Date 1

Status
Not open for further replies.

valdosta

MIS
Dec 18, 2002
50
US
How can I populate today's date auotmatically in Access form? Thanks!
 
Hi!

If you mean that you just want to show the date on the form then create a text box on the form and set the control source to =Date()

If you want the date stored in each record entered into the form, then the simplest thing to do is create the field in the table and set the default value to Date()

hth
Jeff Bridgham
bridgham@purdue.edu
 
Thanks a lot!!! Problem solved and it's a great help to me :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top