Import new field into existing indexed table

P

petersen.jesse

We have an entirely new field of data to place into an existing table
from Excel with a primary key.

The Excel file contains the primary key from the existing table before
the new data was entered.

Is there a way to import an entire set of data to a field in an
indexed table? I only get key violations.

Thanks
 
J

John W. Vinson

We have an entirely new field of data to place into an existing table
from Excel with a primary key.

The Excel file contains the primary key from the existing table before
the new data was entered.

Is there a way to import an entire set of data to a field in an
indexed table? I only get key violations.

Thanks

You can't "import a field" into an existing table. You'll need to open the
table in design view; add the new field; and then run an Update query linking
(by the primary key) to the Excel table. Perhaps you could post the SQL of the
query, or the steps you're taking to import, and the actual error message
you're getting.
 

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