G
Guest
Is it possible to base a report on more than one query?
I have two text boxes, each based on a different query. I just used the
properties value of the text box and then the control source to put in the
two different queries. The first text box has the following:
=[Class6] & [Class5] & [Class4] & [Class3] & [Class2]
This text box is based on qryBreakdownOfClasses and works fine.
The second query has the following:
=[qryRequiredFootnotesClass]![Class1] and prompts me for a parameter value
when I run the report. If I run this query by itself it runs fine so I'm
assuming I've done something wrong in the report and I'm guessing it's that
you can't have two separate queries in one report. If I can't do that could
there possibly be a workaround? Thanks in advance for any help.
I have two text boxes, each based on a different query. I just used the
properties value of the text box and then the control source to put in the
two different queries. The first text box has the following:
=[Class6] & [Class5] & [Class4] & [Class3] & [Class2]
This text box is based on qryBreakdownOfClasses and works fine.
The second query has the following:
=[qryRequiredFootnotesClass]![Class1] and prompts me for a parameter value
when I run the report. If I run this query by itself it runs fine so I'm
assuming I've done something wrong in the report and I'm guessing it's that
you can't have two separate queries in one report. If I can't do that could
there possibly be a workaround? Thanks in advance for any help.