Merge 2 queries results into one

R

rmeyer

Can I merge 2 queries into one query or even an active table. I am basically
trying to combine information into one report.
 
P

PC Datasheet

Look up Union queries in the Help file. You can union your two queries or go
back a step and union the tables your queries are based on.
 
Top