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!

import excel into a query

Status
Not open for further replies.

madrappin

Technical User
Mar 16, 2004
68
US
Is it possible to import a spreadsheet from excel as a query, and then have the query update a table based off of the primary key? Or maybe there is an easier way, I just need to get some data from a spreadsheet into a table that I already have created, without losing any of the data thats already there. thanks
 
You could link/import the spreadsheet and then use an append query to add the data to your table.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top