I have spent all afternoon trying to solve this one. Bigtime rookie.
The record source of my report is a query. I want my report to display data from the query that fall within two dates on a form. The Filter property is set to read:
= "BoardingDate Between Forms!frmReports!txtFrom And Forms!frmReports!txtTo"
Do I have a syntax problem or am I going about this the wrong way?
Thank you!
The record source of my report is a query. I want my report to display data from the query that fall within two dates on a form. The Filter property is set to read:
= "BoardingDate Between Forms!frmReports!txtFrom And Forms!frmReports!txtTo"
Do I have a syntax problem or am I going about this the wrong way?
Thank you!