Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combining multiple tables (similar structure) to one table 2

Status
Not open for further replies.

dhardie

MIS
Apr 1, 2005
4
US
I have a total of 8 tables. Identical Structure. Headers on each table are different. I want to combine all into one table. I know that I can use the union query. How do I make a combined table with all 8 tables with minimal operations? Thanks.
 

You got it-- 7 Unions!

Skip,
[sub]
[glasses] [red]Be advised:[/red] When you ignite a firecracker in a bowl of vanilla, chocolate & strawberry ice cream, you get...
Neopolitan Blownapart! [tongue][/sub]

 
Is there a way to do multiple "selects" and combine before I make a table?
 
Create a saved query with the 7 UNION
Then create a maketable query based on the previous saved query.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top