Import same data from 2 tables into one.

voidcranium

Registered Something.
Local time
Today, 12:15
Joined
Oct 29, 2006
Messages
175
I have 2 tables that contain the exact same columns.
Basically titles and singers of CD's I have
I want to make one table out of them.

Is there a way to do this?
 
If there are no overlaps in the data between the two tables, then just use an append query to add the records of one table to the other.
 
make a copy first -in case it goes tits up .
 

Users who are viewing this thread

Back
Top Bottom