C
ChironeX
Guest
i have this weird thing, my hair is getting grey...
when i run the query
SELECT *
FROM table1
WHERE (((table1.fielddate)<#7/6/2006#));
it returns every record that matches
table1.fielddate<#6/7/2006#
in design mode you can see 6/7/2006 at the criteria
it puts the month in stead of the day and vice versa...
when i run the query
SELECT *
FROM table1
WHERE (((table1.fielddate)<#7/6/2006#));
it returns every record that matches
table1.fielddate<#6/7/2006#
in design mode you can see 6/7/2006 at the criteria
it puts the month in stead of the day and vice versa...