Data Type Changed When Doing SQL Queries

K

Kindovic

how come when I'm doing some SQL queries, access auto change my dates to
strings??
 
J

John Spencer

Could you post an example of a query where this is happening?
--Open query in Design mode
--Select View: SQL from the menu
--Copy and paste the SQL statement.

Guesses (with insufficicient information):
Are you using any formatting statements on the date fields?
Are you doing any calculations on the date fields?
 
Top