peskywinnets
Registered User.
- Local time
- Today, 01:41
- Joined
- Feb 4, 2014
- Messages
- 578
I'm using some date criteria in an SQL command ...SQL it needs a literal date.
I live in the UK, so all my dates in access are ina DD/MM/YYYY format ....for the SQL command I need #MM/DD/YYYY#
Now using a combination of left(0, MID() & right() I can construct a literal date from the UK date ...but is there a slicker way?
I live in the UK, so all my dates in access are ina DD/MM/YYYY format ....for the SQL command I need #MM/DD/YYYY#
Now using a combination of left(0, MID() & right() I can construct a literal date from the UK date ...but is there a slicker way?