Gasman
Enthusiastic Amateur
- Local time
- Today, 09:07
- Joined
- Sep 21, 2011
- Messages
- 16,508
Chris,
For SQL you should have the date format as mm/dd/yyyy or yyyymmdd
FWIW I have used this in some of my DBs
Allen Browne also has a function
http://allenbrowne.com/ser-36.html
For SQL you should have the date format as mm/dd/yyyy or yyyymmdd
FWIW I have used this in some of my DBs
Code:
Public Const strcJetDate = "\#mm\/dd\/yyyy\#" 'Needed for dates in queries as Access expects USA format.
Allen Browne also has a function
http://allenbrowne.com/ser-36.html
Last edited: