O
Olu Solaru
I am trying to call a report using the OpenReport action. I am using a
dialog form to call the report, this dialog form is opened from my main
swtichboard.
The problem I am having is that my report's design is based on a query whose
parameters are on controls in a form (EMpID, StartDate, and EndDate).
How do I use the OpenReport action to call the report and at the same time
implement my parameters. My problem right now is that, once I call the
report from my dialog box, it automatically prints out all the data, it is
skipping the parameters already set.
I have read suggestions of using the Where command/ filter declaratione.g.
DoCmd.OpenReport "ReportName", , acView - This is where I get Stuck!
dialog form to call the report, this dialog form is opened from my main
swtichboard.
The problem I am having is that my report's design is based on a query whose
parameters are on controls in a form (EMpID, StartDate, and EndDate).
How do I use the OpenReport action to call the report and at the same time
implement my parameters. My problem right now is that, once I call the
report from my dialog box, it automatically prints out all the data, it is
skipping the parameters already set.
I have read suggestions of using the Where command/ filter declaratione.g.
DoCmd.OpenReport "ReportName", , acView - This is where I get Stuck!