Hi,
I am trying to build a query that using the Between And phrase on a date field. The thing is is if I do between 08/01/03 and 08/07/03 it returns only one record. IF I do it with an end date of 08/08/03 it pulls the record for the 7th that I know is in there. Here is basically I want I am trying to do. I am trying to build reports that use a date range. So I am first trying to build queries to do this. Now the date field has a default value of Now(). That shouldn't matter So why is my Between and phrase not working right. Granted some of my reports are lists and some show Totals but that shouldn't matter as far as the date range. Here is a sample of onr query I am trying to do:
Name Date Entered Amount
Group by Where Group By
Between[Start Date:]And[End Date:]
For this I guess I want more of a list of every record entry but I still a date range. And I have tried every which way to get this to work. Any suggestions?
I am trying to build a query that using the Between And phrase on a date field. The thing is is if I do between 08/01/03 and 08/07/03 it returns only one record. IF I do it with an end date of 08/08/03 it pulls the record for the 7th that I know is in there. Here is basically I want I am trying to do. I am trying to build reports that use a date range. So I am first trying to build queries to do this. Now the date field has a default value of Now(). That shouldn't matter So why is my Between and phrase not working right. Granted some of my reports are lists and some show Totals but that shouldn't matter as far as the date range. Here is a sample of onr query I am trying to do:
Name Date Entered Amount
Group by Where Group By
Between[Start Date:]And[End Date:]
For this I guess I want more of a list of every record entry but I still a date range. And I have tried every which way to get this to work. Any suggestions?