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!

MS Date and time picker

Status
Not open for further replies.

rhonda11

Technical User
Nov 4, 2002
96
US
I have a MS Date and time Picker control in a form. Default value always display current date (12/12/2002). How can I get rid of it. I tried to change from the "value" in the property, it automatically changed back to it's default. Can someone help on this one, my first time using this control.

Thnx in advance
 
Use the Form_Load event to set the DatePicker value.

For example, Me!DatePicker1.value = Date()

or Me!DatePicker1.Value = "12/11/02"
 
Thanks for your reply, however, it didn't work. I still see the default current date appeared. How can I get it to a blank field when loaded?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top