I am pulling POS sales data into a query. I want to display this data by date ranges, however the timestamp is getting in the way. In my query I tried the following code, but it returns multiple years and does not recognize zeros? ie. I ask for date range 11/01/2006 - 11/15/2006 returns data from 11/10/2005 - 11/15/2006 code ex.
ConvDate: CDate(Month([dtmDate])&"/"&Day([dtmDate])&"/"&Year([dtmDate])
ConvDate: CDate(Month([dtmDate])&"/"&Day([dtmDate])&"/"&Year([dtmDate])