iglobalusa
Registered User.
- Local time
- Today, 06:56
- Joined
- Jul 12, 2008
- Messages
- 30
I have a form with a date field for users to input the date of birth. The data type is Date/Time and the format is Short Date. The input mask is:
99/99/00;;_
Everything is fine until a user enters any year from 1911 to 1929. So if the date of birth is 03/23/28, Access 2003 converts it to 03/23/2028 instead of 03/23/1928. It works fine if a user inputs 03/23/30 with the result as 03/23/1930, or 03/23/56 with the result as 03/23/1956.
Since the users are doing a high volume of data entry, I'm saving them from typing two additional keystrokes by entering a two digit year instead of four in the input mask.
Has anyone come across a similar problem with the input mask?
Thanks for your reply.
99/99/00;;_
Everything is fine until a user enters any year from 1911 to 1929. So if the date of birth is 03/23/28, Access 2003 converts it to 03/23/2028 instead of 03/23/1928. It works fine if a user inputs 03/23/30 with the result as 03/23/1930, or 03/23/56 with the result as 03/23/1956.
Since the users are doing a high volume of data entry, I'm saving them from typing two additional keystrokes by entering a two digit year instead of four in the input mask.
Has anyone come across a similar problem with the input mask?
Thanks for your reply.