this may sound a really dumb question since I'm new to Access and relational databases - I have 3 independent tables: tblBudget_CA, tblBudget_WA, tblBudget_OR (one for each State) with identical fields each: Market, Brand, Account, Amount. I need a query that combines all three in one table with the same fields: Market, Brand, Account, Amount. I have tried a make-Table query and it doesn't work since I get duplicate fields (3 Market fields, 3 Brand fields, etc). The key is to keep the tables independent. Any help is greatly appreciated.
Max
Max