I have a database that I have given to 5 different sites and now when I get a copy of each file back I want to combine all the totals and run 6 different queries on it. I do not want to append because I still need each separate also.
I started a UNION query and it seemed to be working until one of the tables has a different number of columns in it. I was using SELECT *. I tried to select one column at a time and it still said the cols were uneven. This one copy of the DB has 3 cols used for a different use the others do not need. without having to change allof them how can I combibe them?
And if I get the Union query to work how do I run my current queries on it?
Thansk much
Tricia
I started a UNION query and it seemed to be working until one of the tables has a different number of columns in it. I was using SELECT *. I tried to select one column at a time and it still said the cols were uneven. This one copy of the DB has 3 cols used for a different use the others do not need. without having to change allof them how can I combibe them?
And if I get the Union query to work how do I run my current queries on it?
Thansk much
Tricia
Last edited: