I have to automate a pair of rather long forms.
Form A (8 pages) is completed first. Form B is filled out a couple of weeks after Form A. It uses 80% of the data on Form A, but adds more material. Users want to eliminate retyping or cut and paste when filling out Form B, and want to “idiot proof” as much of the completion process as possible.
I have created two Word forms. Both use tables for layout and are populated with data fields, then protected. Both have been turned into templates. The data fields in each correspond. For example, the data field containing the form’s original date bears the same name in both templates.
Now I need to get data from Form A into Form B, but frankly I’m at the edge of my ability. Here are three possible methods. There may be more, but they are not evident to me:
1. Use an Access database as a “way station” into which Form A’s data can be dumped, then retrieved by Form B. (Not high on my ease-of-doing-this list, both for me as creator and the largely beginner-level user base).
2. Open Form B, and using a macro directly retrieve data from Form A into corresponding fields on Form B. I don’t see any examples or discussion of someone else having done this in any of the Word-Expert forums. Is it even possible?
3. Open Form A, then use a macro to transform the document into Form B by adding pages, table rows, and whatever else is needed – then flagging the new fields that need to be completed.
Are these the only three possibilities? Any and all advice on the best way to go about doing this would be greatly appreciated.
ksalazar