Combining Queries in one report

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

Guest

Is it possible to combine more than one querey into one report. The queries
have no relationships between them. They are just values I would like to
combine to show on one report instead of having 2 or 3.
 
Create a SubReport for each query, and then combine the two SubReport into a
MainReport.

Or, if the two queries has the same fields, you can create a Union query to
join the two queries, and then base the report on the new query
 
Back
Top