G
Gnowor
Right now I've got a text box on my form that is formated mm/yy. In the
table in the date field it is formatted mm/yy (even though I know it's really
stored mm/dd/yy). When users go to enter info, they think they just need to
enter mm/yy, but access reads that as mm/dd, and inputs the current year and
displays, mm/current year.
Example:
User input: 06/03 - meaning June, 2003
Access sees: June 3, 2006
Access displays: 06/06
Is there anyway I can write some code to reformat the users entry to
06/01/03, just so Access will see it right. The day of the month doesn't
matter, so I could be a constant such as 1. Thanks for your help.
-eD
table in the date field it is formatted mm/yy (even though I know it's really
stored mm/dd/yy). When users go to enter info, they think they just need to
enter mm/yy, but access reads that as mm/dd, and inputs the current year and
displays, mm/current year.
Example:
User input: 06/03 - meaning June, 2003
Access sees: June 3, 2006
Access displays: 06/06
Is there anyway I can write some code to reformat the users entry to
06/01/03, just so Access will see it right. The day of the month doesn't
matter, so I could be a constant such as 1. Thanks for your help.
-eD