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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update a table from a temp import table in Access 2003

Status
Not open for further replies.

JoeVegas

Programmer
Oct 3, 2001
53
US
Access VBA Newbee - how do I move data from a temp table created/imported via TransferSpreadsheet from Excel and update a related table in the same Access DB. Help - TIA

 
For starters create an update Query
joining the 2 tables
 
Just had a thought, why not import the data from the TransferSpreadSheet Excel data directly into the related Access table.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top