CBragg
VB Dummy
- Local time
- Today, 18:28
- Joined
- Oct 21, 2002
- Messages
- 89
Date Format Troubles - Please Help!!
Im having problems formatting Date() and Now() !!
To distribute the application im using Access Runtime 2000. In my code and a text box i use and have used:
Format(Now, "dddd")
Format(Date, "dddd")
Using Windows 2000 my application works fine, however when ive put the application on Windows XP it comes up with a run-time error. Ive narrowed it down to the 'Format' as it doesnt recognise it when opening a report. Ive checked the regional settings and also changed to US then back to UK.
Im very bemused as to why it works fine with 2000 but not with XP.
Any ideas on this would be greatly appreciated.
Thanks in advance!!
Im having problems formatting Date() and Now() !!
To distribute the application im using Access Runtime 2000. In my code and a text box i use and have used:
Format(Now, "dddd")
Format(Date, "dddd")
Using Windows 2000 my application works fine, however when ive put the application on Windows XP it comes up with a run-time error. Ive narrowed it down to the 'Format' as it doesnt recognise it when opening a report. Ive checked the regional settings and also changed to US then back to UK.
Im very bemused as to why it works fine with 2000 but not with XP.
Any ideas on this would be greatly appreciated.
Thanks in advance!!
Last edited: