damianjmcgrath
Board Regular
- Joined
- Oct 31, 2008
- Messages
- 72
Hello,
I have a problem concerning FILLIN and ASK fields.
I have a mix of these fields in my document. When I open the .dot file, it only shows the FILLIN fields and doesnt show the ASK fields. I researched this and found on the internet that I needed to create a macro called autonew and put in a line of code to say: ActiveDocument.Fields.Update to make the ASK fields show themselves.
This worked.
However, it now shows the FILLIN fields, then the ASK fields, then the FILLIN fields again with my typed answers already present.
How can I get it to prompt the FILLIN and ASK fields on document open, just once?
Thanks.
I have a problem concerning FILLIN and ASK fields.
I have a mix of these fields in my document. When I open the .dot file, it only shows the FILLIN fields and doesnt show the ASK fields. I researched this and found on the internet that I needed to create a macro called autonew and put in a line of code to say: ActiveDocument.Fields.Update to make the ASK fields show themselves.
This worked.
However, it now shows the FILLIN fields, then the ASK fields, then the FILLIN fields again with my typed answers already present.
How can I get it to prompt the FILLIN and ASK fields on document open, just once?
Thanks.