I am looking for a method to update inherited form fields. I have form A that inherits fields from docs 1, 2 or 3, to create docs A1, A2 or A3. If I edit the content of docs 1, 2 or 3, docs A1, A2 or A3 are of course not updated, as form A inherits the fields only once.
I've been looking into the CopyAllItems method, but have run into a stumbling block there. I would like to be able to select forms at will to copy field data into, but it seems the docs need to be specified explicitly in the script. Is that a correct observation? Is this the best avenue to pursue?
Any other ideas how to tackle this problem?
Thanks

Updating inherited form fields in d... (Mark Stebbins 16.Feb.03)
. . 