Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing data from Excel sheet and replacing exisiting data

Status
Not open for further replies.

Gangrel

Programmer
Oct 18, 2001
49
CA
I have spreadsheets that I need to regularly import into an Access database. However, most times the spreadsheets contain updates to exisiting rows, and not brand new data.

So, when I try to use the simple import command, it complains about the key violations.

is there a way to do an import/replace? I can't find it, though that may be to my lack of sleep!

 
No there isn't.

You would have to import or link to the source and then create separate queries in Access 1)to Update existing records and 2) to Add new ones.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top