changing the date

CodeCracker0291

Registered User.
Local time
Today, 22:50
Joined
Jan 19, 2002
Messages
33
This is probably a simple fix. OK I have Office XP

One of my fields is Sale Date: well i want to type the date like 10/10/03 and i want it to show 10/10/2003. Instead it turns it into 10/10/1903...wow that's an old sale. There's probably a simple fix but i just can't figure it out. I've tried an input mask to no avail. Thanks

-Jerad
 
In Control Panel/Regional Settings is a place to tell Windows how to interpret a 2 digit date. I suspect if you adjust that, Access will do what you want.
 
It's not though

Yea, but the only thing is everything is set to the correct year and everything. ??
Sry,
-Jerad
 
Are we talking about the same setting? Mine is shown on the attached jpg.
 

Attachments

  • dates.jpg
    dates.jpg
    42.2 KB · Views: 147
Curious. I can't recreate it. Can you post a sample?
 
Ensure that the formatting of the text box is set to mm/dd/yyyy and create an input mask for that field like this... 00/00/00;0;#

Also, I would set the regional short date to mm/dd/yyyy.

HTH
 

Users who are viewing this thread

Back
Top Bottom