Hi, I am trying to correct a database issue that usually appears after a windows update gets pushed out to users: My situation is that in ACCESS I am establishing a Rate ID key field which eventually the user needs to find using a Dlookup function. This process in the database requires all dates be in the 4 digit year “YYYY” format when the key is created. Over time some of our users (approx 40 total) will get a windows update pushed to their desktop which changes the date format on system date from a MM/DD/YYYY format to a MM/DD/YY format.
My question basically is that I am looking for a way to check the system date format to make sure it is set to the 4 digit year format before they process records and create a Key field improperly, from there I want to make sure they know to change the system date format on the control panel to the four digit format.
The issue at hand is that some computers operate with the 4 digit format and some operate with the 2 digit format and when in the 2 digit format a dlookup function does not work as it always looks for a 4 digit dtae format.
hope this makes sense and thank you in advance for any help you can give