I have a query that makes a report. The users must enter a location id, then the date they want. ie start date 4/9/02
end date 4/10/02. This will give them all information for 4/9/02. It is done like this due to each day having seperate transactions shown by date and time they occured. In the query the criteria is location and date as noted before. The date is: >=[Start Date (mm/dd/yy:] And <=[End Date (mm/dd/yy:]. This works for any day of any month except for the 9th. It comes back blank even though the tables have info for the 9th. I think it has something to do with it going from m/d/yy to m/dd/yy. It doesnt matter if mm/dd/yy or m/d/yy or m/dd/yy is entered. Any help is greatly appreciated.
end date 4/10/02. This will give them all information for 4/9/02. It is done like this due to each day having seperate transactions shown by date and time they occured. In the query the criteria is location and date as noted before. The date is: >=[Start Date (mm/dd/yy:] And <=[End Date (mm/dd/yy:]. This works for any day of any month except for the 9th. It comes back blank even though the tables have info for the 9th. I think it has something to do with it going from m/d/yy to m/dd/yy. It doesnt matter if mm/dd/yy or m/d/yy or m/dd/yy is entered. Any help is greatly appreciated.