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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i want to create a query where the results from both the queries qi and q2
are combined in one
 
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]
 
Back
Top