R
RanceR
The post pertains to a posting I made Sept 23rd
entitled "Supplying param to subquery for report"
My problem was that I had a somewhat complicated series of
queries that needed to run to generate the input for a
report. The first subquery needed a parameter supplied to
it, but I didn't want to reference a particular control (a
combo box in this case) because this query, and several
that run after it, will be used as the basis for other
reports, forms and queries. I was looking for another way
to supply the parameter.
Duane Hookom's response was that I could open a form
invisible and set the control, then open the report.
I am not exactly sure what this means or how to do this.
Could Duane or someone else provide a little further
explanation?
Thanks.
entitled "Supplying param to subquery for report"
My problem was that I had a somewhat complicated series of
queries that needed to run to generate the input for a
report. The first subquery needed a parameter supplied to
it, but I didn't want to reference a particular control (a
combo box in this case) because this query, and several
that run after it, will be used as the basis for other
reports, forms and queries. I was looking for another way
to supply the parameter.
Duane Hookom's response was that I could open a form
invisible and set the control, then open the report.
I am not exactly sure what this means or how to do this.
Could Duane or someone else provide a little further
explanation?
Thanks.