My date fields in my db are stored in dd/mm/yyyy format. Using VBA I can manipulate it fine, but problems arise when doing things like this:
Is there a way to format EuroDate with SQL? (Im doing this in a query, so I cant use VBA.
Thanks in advance for any help!
Code:
SELECT * FROM Table1 WHERE EuroDate < #01/01/2004#
Is there a way to format EuroDate with SQL? (Im doing this in a query, so I cant use VBA.
Thanks in advance for any help!