Mar 4, 2014 #1 ptrifile Technical User Joined Aug 10, 2004 Messages 457 Location US What is the best way to approach importing data from an excel spreadsheet to an existing access table and only importing fields that have changed? Thanks for any help! Paul
What is the best way to approach importing data from an excel spreadsheet to an existing access table and only importing fields that have changed? Thanks for any help! Paul
Mar 4, 2014 1 #2 dhookom Programmer Joined Jun 24, 2003 Messages 22,560 Location US I would import into a temporary table and then run one or more update queries. Duane Hook'D on Access MS Access MVP Upvote 0 Downvote
I would import into a temporary table and then run one or more update queries. Duane Hook'D on Access MS Access MVP
Mar 4, 2014 Thread starter #3 ptrifile Technical User Joined Aug 10, 2004 Messages 457 Location US Thanks Dhookom, thats the route I took and its working perfectly. Thank you! Upvote 0 Downvote