insert date

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

I am making a form that requires the current date. To
eliminate errors, can I just have access auto fill in the
date with "todays date" for each new form. If so, how.
Thanks
 
One way to do this is to go into the properties of the control and set the
default value to =Date()

That built in function automatically fills the form with the current date.

Hope that helps!

--
Kristyn Wagoner
Microsoft PSS

Please do not reply directly to this alias. This alias is for newsgroup
purposes only.

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top