How to Combine Three Tables into One Table????

  • Thread starter Thread starter Norm Stahl
  • Start date Start date
N

Norm Stahl

Aloha,
I have similar mailing list data in three different tables
(because they came from three different sources) and would
like to combine them into a single table. . . How do I
acomplish this?????
NSS
 
-----Original Message-----
Aloha,
I have similar mailing list data in three different tables
(because they came from three different sources) and would
like to combine them into a single table. . . How do I
acomplish this?????
NSS
.
I always use an append query to do this. You have to do
one query for each different table. Are you just
combining the data once, or is it an ongoing process? If
it is ongoing, run the queries in a macro.
 
Back
Top