I need to set up my query so it finds a range of dates. I need all 2004 records. The field that the date is in is in this format 01/01/04. I tried something like this but it doesn't works
where date > 12/30/03 and date < 01/01/05
Can someone help me out
Thank you
where date > 12/30/03 and date < 01/01/05
Can someone help me out
Thank you