Hi. I have a question regarding access navigation forms and reports.
I have a form [frmreports] that has 2 text boxes. txtdatefrom and txtdateto
in the report query, I use
Running the reports directly from the reports form works fine.
I added a navigation form to the project using Forms Navigation option.
Now when I try to run the reports above, it is making me put in the dates again
Does the navigation page treat the forms as a subform?
Thinking this, I tried to change the query code to
But it still prompts me for the dates.
Help
Thanks
lhuffst
I have a form [frmreports] that has 2 text boxes. txtdatefrom and txtdateto
in the report query, I use
Code:
Between [Forms]![frmReports]![txtfromdate] And [Forms]![frmReports]![txtToDate]
Running the reports directly from the reports form works fine.
I added a navigation form to the project using Forms Navigation option.
Now when I try to run the reports above, it is making me put in the dates again
Does the navigation page treat the forms as a subform?
Thinking this, I tried to change the query code to
Code:
Between Forms![Shop Operations Navigation].frmReports.Form.txtdatefrom and Forms![Shop Operations Navigation].frmReports.Form.txttoDate
But it still prompts me for the dates.
Help
Thanks
lhuffst