J
JoelB
We've encountered a problem with the new datepicker functionality on the
Access 2007 textbox: if a user changes the date and then clicks the calendar
icon, the calendar pops up with the original textbox value, ignoring what the
user has entered. For example, if the default date in the text box is
01/01/2009, then the user enters the textbox and changes the year to 2008,
and then clicks the calendar icon, the calendar pops up to Jan 1 2009, not
2008.
Has anyone found a way around this? I don't see any new datepicker-related
events
or properties other than ShowDatePicker. In the textbox's OnChange event I
tried moving the Text property value to the Value property, but it makes the
text box unusable.
TIA,
Joel
Access 2007 textbox: if a user changes the date and then clicks the calendar
icon, the calendar pops up with the original textbox value, ignoring what the
user has entered. For example, if the default date in the text box is
01/01/2009, then the user enters the textbox and changes the year to 2008,
and then clicks the calendar icon, the calendar pops up to Jan 1 2009, not
2008.
Has anyone found a way around this? I don't see any new datepicker-related
events
or properties other than ShowDatePicker. In the textbox's OnChange event I
tried moving the Text property value to the Value property, but it makes the
text box unusable.
TIA,
Joel