I am currently trying to make an Acces 97 program 2000 compliant but I have come across a number of obstacles. <br>
1) The function DateAdd seems to be returning a 2 digit year date if the result is before 2000 and a 4 digit year date if the result is after 2000.<br>
2) Several queries reading from tables with 4 digit year dates are returning 2 digit year dates. This has not been consistent however as some queries are returning 4 digit year dates.<br>
3) A number of edit boxes whose source is a 4 digit year date field revert to 2 digit year dates on entry into the edit box.<br>
<br>
If anyone else has experienced similar problems I would really appreciate the info.<br>
<br>
1) The function DateAdd seems to be returning a 2 digit year date if the result is before 2000 and a 4 digit year date if the result is after 2000.<br>
2) Several queries reading from tables with 4 digit year dates are returning 2 digit year dates. This has not been consistent however as some queries are returning 4 digit year dates.<br>
3) A number of edit boxes whose source is a 4 digit year date field revert to 2 digit year dates on entry into the edit box.<br>
<br>
If anyone else has experienced similar problems I would really appreciate the info.<br>
<br>