T
tommg
Using Access 2007. I have a text box with the following properties set as
such:
Format = Short Date
Show Date Picker = For Dates
Default Value = Date()
Input Mask = 99/99/0000
Using the properties specified above, I simply do NOT get the date picker
displayed. The inputmask works as expected though.
If I remove the 'Input Mask', then the date picker will display as expected.
I tried showing the date picker through code on the GotFocus() event of the
control (DoCmd.RunCommand acCmdShowDatePicker), but received the following
error:
Runtime Error 2046. The command or action 'ShowDatePicker' isn't available
now.
Any ideas on how to be able to use both the Date Picker AND the Input Mask
on the same control?
Oh, and I tried it on a bound or unbound control and received the same
results.
Any help appreciated!
Thanks!
such:
Format = Short Date
Show Date Picker = For Dates
Default Value = Date()
Input Mask = 99/99/0000
Using the properties specified above, I simply do NOT get the date picker
displayed. The inputmask works as expected though.
If I remove the 'Input Mask', then the date picker will display as expected.
I tried showing the date picker through code on the GotFocus() event of the
control (DoCmd.RunCommand acCmdShowDatePicker), but received the following
error:
Runtime Error 2046. The command or action 'ShowDatePicker' isn't available
now.
Any ideas on how to be able to use both the Date Picker AND the Input Mask
on the same control?
Oh, and I tried it on a bound or unbound control and received the same
results.
Any help appreciated!
Thanks!