COMBINING EXISTING TABLES INTO A SINGLE TABLE

R

Ranbir Parmar

How can one combine the existing tables automatically into
a single table as opposed to hard-wiring the table names
into a "UNION" SQL Query.
 
S

Steve Schapel

Ranbir,

Use an Append Query to add the records from one table to the other table.
 

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

Top