C
Campbell C via AccessMonster.com
Hi.
I have a report that the user can open and run. It prompts them for a
parameter, job_number, and then generates the report based on that. I also
need to be able to print this report from within another report. I can't do
it as a sub-query because of the page orientations. It only has to be
printed in certain conditions, which I am able to obtain in either the detail.
print or the detail.format events of the main report.
How can I open the second report without either prompting the user to enter
the parameter (which may not be immediately available for them) or creating
a duplicate report and/or query to use in this situation?
TIA
I have a report that the user can open and run. It prompts them for a
parameter, job_number, and then generates the report based on that. I also
need to be able to print this report from within another report. I can't do
it as a sub-query because of the page orientations. It only has to be
printed in certain conditions, which I am able to obtain in either the detail.
print or the detail.format events of the main report.
How can I open the second report without either prompting the user to enter
the parameter (which may not be immediately available for them) or creating
a duplicate report and/or query to use in this situation?
TIA