Make Table using a Union Query?

R

Rob

I have a union query that links 4 other queries together. Is there a way to
change this union query to a make table?
 
J

Jeff C

design a new query and add your union query, add all the fields you want and
make it a make table query and run it
 
Top