Date picker issue

newby2VBA

Registered User.
Local time
Today, 02:57
Joined
Feb 6, 2010
Messages
45
I converted an access 2003 to 2007 and want to enable the date picker on the form fields where dates exist and remove my buttons to show my own date form picker. I verified the table and the form fields and all are enable however the date picker does not show up. I compacted and repaired the db. I also diasble the date picker saved the form, re enabled it and saved and no luck:mad: anyways I'm I missing something or is it Access acting up?
 
Make sure you give the textbox a date/time format, like Short Date for example.
 
This input mask was my problem: 0000\-00\-00;0;_
off to the races again , Thanks ;)
 

Users who are viewing this thread

Back
Top Bottom