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 Rhinorhino 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 multiple tables

Status
Not open for further replies.

hpl2001

Programmer
Joined
Dec 18, 2001
Messages
105
Location
CA
I'm working on a project to create an access app that will replace the manual management of over 100 spreadsheets. In my design for the database I want to have three tables, 2 data and one lookup. I have never attempted an import of this kind before, so I'm looking for advice on how best to import a number of excel spreadsheets (same layout) and have the data end up across the three tables.

TIA. Holly
 
I typically import the spreadsheets into a temporary table and then have queries (typically append) that handle pushing the records into the permanent tables.

Duane
Hook'D on Access
MS Access MVP
 

Also, remember to include a delete query to remove the data from the temp table before your next import.

Randy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top