Importing

  • Thread starter Thread starter Simonglencross
  • Start date Start date
S

Simonglencross

Could someone please point me in the right direction or offer some advice...

I am trying to import a table containing names and addresses in to my new
database, I have managed to import the file but how do I get the data in to
my new table??

Any help or info would be much appreciated.


Kind Regards


Simon
 
Create an append query based on the table that has the imported data; use
that query to copy data to the new table.
 
Back
Top