I'm trying to print Beginning Date and Ending Dates on the top of a report.
1. I started by creating a form with unbound text boxes to enter the dates.
2. I then used then accessed the form in a query. I set the dates in the parameters listing.
3. On the criteria line in my query I have the following statement Is Not Null And Between[Forms]![ReportDateBox]![BeginningDate] And [Forms]![ReportDateBox]![EndingDate]
The query runs but returns dates outside the range.
Thanks!
C~
1. I started by creating a form with unbound text boxes to enter the dates.
2. I then used then accessed the form in a query. I set the dates in the parameters listing.
3. On the criteria line in my query I have the following statement Is Not Null And Between[Forms]![ReportDateBox]![BeginningDate] And [Forms]![ReportDateBox]![EndingDate]
The query runs but returns dates outside the range.
Thanks!
C~