M
Mary Sasiela
I'm creating a simple Word template with form fields
(Forms toolbar) in tables. This is not a VBA form.
I have drop-down fields. My question is one of syntax, I
think. I want to have an IF test based on the selection
in the dropdown on exiting the field (Run Macro on Exit).
So ... if the user selects Yes rather than No, they are
taken to a bookmarked location & forced to enter a comment
(using a DO statement here).
What I'm struggling with is the syntax of the IF line
itself. I've never tested for a form field result.
Would it be - IF FORMDROPDOWN (what you see when you
ALT+f9) = "Yes" then ...
- or -
Would I refer to the Dropdown's bookmark name (in this
case "q1")in the DropDown Form Field Options box?
Once I've got this statement, I can take it from here.
Thx. in advance.
(Forms toolbar) in tables. This is not a VBA form.
I have drop-down fields. My question is one of syntax, I
think. I want to have an IF test based on the selection
in the dropdown on exiting the field (Run Macro on Exit).
So ... if the user selects Yes rather than No, they are
taken to a bookmarked location & forced to enter a comment
(using a DO statement here).
What I'm struggling with is the syntax of the IF line
itself. I've never tested for a form field result.
Would it be - IF FORMDROPDOWN (what you see when you
ALT+f9) = "Yes" then ...
- or -
Would I refer to the Dropdown's bookmark name (in this
case "q1")in the DropDown Form Field Options box?
Once I've got this statement, I can take it from here.
Thx. in advance.