I’m have a date field in my query that has the date stored in the table like 1/6/2006 10:01:00 AM. I trying to link the 2 tables by date table 1 stores the data like 1/6/2006 10:01:00 AM and table 2 stores it like 1/6/2006. I tried to format the data from table 1 on my query with the format below. I tried to use the date range below and when the result of the query showed it only showed date from October and November of 2006 and 2007. Can some explain what I’m doing wrong? Thakns…
Date: Format([Appointment Date],”mm/dd/yyyy”)
>=#1/1/2007# And <=#11/30/2007#