Parameter query based off more than one query

T

TKM

Is it possible to have a parameter query in one query w2hile trying to access
the results in the other two queries? Or do I need to some how join all of
the queries together? What would be the process?
 
K

KARL DEWEY

You either join them in the query or use them to feed a form that is open and
then use the control of the form in you query.
 
Top