
Originally Posted by
MAF4Fam6
As stated on my previous post...batch updating to an Access database table from an external source is definitely achievable and highly recommended in this situation with the amount of manual work being put forth in the current process. But again...getting Access to achieve this is not an easy task depending on how many fields are being changed.
I am almost tempted to write a step-by-step process on my personal Blog on this Forum as to how to accomplish this without the use of any VBA programming. Yes...this can be done through the use of regular Macros and Update/Append/Delete queries. But of course, it can also be accomplished by incorporating VBA programming for those who prefer this option.
My biggest concern I have in this scenario is the possibility of multiple users having access to the same record or records by unique IDs on their respective copy of the quarterly spreadsheet. This could potentially cause some data loss during the database refresh process depending on which spreadsheet is imported and processed first into the db than the other(s). Therefore, in order to prevent any data conflicts, I would highly recommend each spreadsheet holder be allocated a unique block of unique IDs (i.e. contract no (PK)).
-RC