Hello Everyone, I have the following problem which im hoping someone can help me with. I have 2 unbound Textboxes and a filter button on a form. In Textbox1 the user inputs a start date and in Textbox2 the user inputs an end date, when the filter button is clicked it should populate a report with all the customers between and equal the 2 dates entered. The report is linked to a query, within that query i have the field dates and in the criteria of that i have the following code:
Between "&[Forms]![frmForReportOnTravel]![startdate]&" And "&[Forms]![frmForReportOnTravel]![enddate]&"
I thought the following code would do what i wanted but it doesnt actually filter all the results it only brings up 1 or 2 of the results and sometimes none when there should be. Any suggestions would be great.
Thank,
Nim
Between "&[Forms]![frmForReportOnTravel]![startdate]&" And "&[Forms]![frmForReportOnTravel]![enddate]&"
I thought the following code would do what i wanted but it doesnt actually filter all the results it only brings up 1 or 2 of the results and sometimes none when there should be. Any suggestions would be great.
Thank,
Nim