I know this is a long shot, but what have I got to lose but ask! I'm desperate
Pretend for demo purpose, I have 5 Word documents that consist of merged fields via automation where the fields and data came from a make-table query called ToolAssemblyID. (It's a lie, in reality we have hundreds!).
These documents originally were created by the function MergeIt() from the master document called 5640 and Saved As under a new filename.
Where Filename derived from: Partnumber and Operation Sequence, which are fields in the database. (Example: 1710-10 020).
Of these 5 Word documents, 4 documents have a merged field called txtInsertDesc and have been modified in Access database.
Therefore, existing document(s) no longer have the accurate data and need to be updated.
Is there such code that would possibly open each document and perform a mass update without rerunning the qryLayoutProfile?
qryLayoutProfile is a parameter query that prompts the user for unique Partnumber and Operation Sequence to compose an Assembly.
Any leads will be appreciated
Pretend for demo purpose, I have 5 Word documents that consist of merged fields via automation where the fields and data came from a make-table query called ToolAssemblyID. (It's a lie, in reality we have hundreds!).
These documents originally were created by the function MergeIt() from the master document called 5640 and Saved As under a new filename.
Where Filename derived from: Partnumber and Operation Sequence, which are fields in the database. (Example: 1710-10 020).
Of these 5 Word documents, 4 documents have a merged field called txtInsertDesc and have been modified in Access database.
Therefore, existing document(s) no longer have the accurate data and need to be updated.
Is there such code that would possibly open each document and perform a mass update without rerunning the qryLayoutProfile?
qryLayoutProfile is a parameter query that prompts the user for unique Partnumber and Operation Sequence to compose an Assembly.
Any leads will be appreciated