Hey All,
I have a question regarding referencing a form using dates between.
Currently I have it setup as:
I want to reference a form, which i figured would be like this
But this doesnt work!
What did I do wrong here? Any help as always is greatly appreciated!
Thanks!
Mateo
I have a question regarding referencing a form using dates between.
Currently I have it setup as:
Code:
Between [Start Date] And [End Date]
on the query.
I want to reference a form, which i figured would be like this
Code:
Between [Forms]![frmSBReports]![txtStartDate] And [Forms]![frmSBReports]![txtEndDate]
But this doesnt work!

Thanks!
Mateo