copy data - tables

R

rekoop

I have two tables of identical design. I would like to
transfer the data from one table to the other so that the
data is contained in one table. Then I could remove one
of the tables.

Thank-you
 
L

Les

You could use an append query to accomplish this. You
could also use clipboard to copy and paste.
 
Top