Put four queries into one

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
 
O

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 apeend the 4 queries to a table.


osmethod
 
O

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
 
Top