Lifeseeker
Registered User.
- Local time
- Today, 11:02
- Joined
- Mar 18, 2011
- Messages
- 273
hi there,
I am doing this in query grid:
In table test, the refreferredon is already a date/time format (in mm/dd/yyyy)
When I run this query in Access, I still get the dates in mm/dd/yyyy format. What is the next step to get it in dd/mm/yyyy?
Thanks
I am doing this in query grid:
Code:
CDate(Format([test].[RefReferredOn],"dd/mm/yyyy"))
In table test, the refreferredon is already a date/time format (in mm/dd/yyyy)
When I run this query in Access, I still get the dates in mm/dd/yyyy format. What is the next step to get it in dd/mm/yyyy?
Thanks