accessman2
Registered User.
- Local time
- Today, 08:55
- Joined
- Sep 15, 2005
- Messages
- 335
I have a question:
SELECT DateSerial(2000+mid([enter],3,2),Mid([enter],1,2),1) AS datevalue;
it works in 2000 windows,
but it doesn't works in XP windows.
Why?
The error message the function mid has a problem.
How can I fix the problem in XP widows.
Thanks.
SELECT DateSerial(2000+mid([enter],3,2),Mid([enter],1,2),1) AS datevalue;
it works in 2000 windows,
but it doesn't works in XP windows.
Why?
The error message the function mid has a problem.
How can I fix the problem in XP widows.
Thanks.