Appending records

O

Omi

1. I download an excel file from a client and import it as clients table into
Access 2007
2. I need to append records from that table only if key is not equal to
primary key in existing members table.

How?
 
B

bubbles

1. I download an excel file from a client and import it as clients table into
Access 2007
2. I need to append records from that table only if key is not equal to
primary key in existing members table.

How?

A simple way to do this is:

a) Set up the Access 2007 table as a permanent table for storing
records,
and set the key field to Indexed (No Duplicates).

b) Import Excel file into a temporary table, then APPEND the records
in the
temporary table to the permanent table.

Rationale: Since the key field is set to Indexed (No Duplicates), it
will not allow
any records with the same key field value to be appended.

HTH
 

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