S
Silvio
I have a combo box as follow:
Format: Short Date
Limit to List: Yes
The problem I am having is that when users type a date in a format like
1/5/09 …the combo box will reject such entry since it does not match the date
format in the combo box list; in the example used above the combo box format
is: 01/05/2009
How can I handle this problem and allow users to enter valid dates
(available in the combo box list) in whatever format they choose?
Thanks you folks.
Format: Short Date
Limit to List: Yes
The problem I am having is that when users type a date in a format like
1/5/09 …the combo box will reject such entry since it does not match the date
format in the combo box list; in the example used above the combo box format
is: 01/05/2009
How can I handle this problem and allow users to enter valid dates
(available in the combo box list) in whatever format they choose?
Thanks you folks.