Importing a file

G

Guest

I am importing names and addresses into a database from Excel files. Each of
these has an account number. After importing, the database rejects those
that are already in the system with the same account number. That's what I
want. I only wan to add the new ones. However, I would like to capture a
list of the new ones accepted. Is there any way to do this?
Sal
 
G

Guest

Either link to the spreadsheet or import it into an itermediate table.
Create a query that will show you rows that are in the spreadsheet but not in
the current table. Then append those to your current data.
 
G

Guest

Thanks for the prompt reply. The technique you suggested should work fine,
although my hope was that there was some simpler way in the import that would
just automatically give me the differences, like the error table created for
some entries.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top