i have two query q1, q2.both query use sub query.can i join both

N

nikhil

i want to create a query where the results from both the queries qi and q2
are combined in one
 
J

John W. Vinson

i want to create a query where the results from both the queries qi and q2
are combined in one

Take a look at UNION in the online help.

John W. Vinson [MVP]
 
Top