
May 24th, 2004, 10:21 PM
|
|
Registered User
|
|
Join Date: Apr 2004
Posts: 28
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Need Help with Date Input Mask Syntax
I'm building a form in Access - the user is to enter a date into a text box like this: 05/03/04 or 05/03/2004. The date input mask should restrict the user to entering only digits and slashes. I don't understand the syntax for the input mask.
I am trying to use a mask of 00/00/00;00/00/0000;;_ which was generated by the wizard but this mask does not allow 4 digit years while 2 digit years seem to be ok. How can I enable the mask for both 2 and 4 digit years?
|