File Creation

H

HarryHot

I want to import my database table into the
sample "Contacts" table.
When I open Contacts db and open the Contacts table and
then use Get External Data it creates a new table for my
data, instead of putting the records into the Contacts
table!
What can I do? Any instructions will be very much
apprecitated.
Tks.
 
J

John Nurick

Hi Harry,

Probably the best thing to do is to create an Append query to move the
data from the new table to the Contacts table. After running the append
query you can delete the other table.
 
Top