Put four queries into one

  • Thread starter Thread starter marko
  • Start date Start date
M

marko

Hy!
I have 4 queries which have 3 fields which have the same names. How can
I make a query which contains all the data from the other 4 queries?
Thanks,

Marko
 
marko said:
Hy!
I have 4 queries which have 3 fields which have the same names. How can
I make a query which contains all the data from the other 4 queries?
Thanks,

Marko


Use a Union query or apeend the 4 queries to a table.


osmethod
 
marko said:
Hy!
I have 4 queries which have 3 fields which have the same names. How can
I make a query which contains all the data from the other 4 queries?
Thanks,

Marko


Use a Union query or append the 4 queries to a table.


osmethod
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top