D
D Collins
Hello,
I need to capture the value of an option group on a form
that the user had initially chosen and then allow the
user to re-open the form with that option being
repopulated with their initial choice. Someone had told
me to use an object variable to retain the value, but I'm
having a little difficulty. Here's what I have:
ActiveDocument.Variables("MyVariable"), Value:=? I don't
know what to put here. I know I need to capture which of
the 4 choices in the option group they had chosen. Do I
use the name of the frame? Me.fraOptions.value?
Then, when the form initializes, I need to pass back the
value of the variable to the option group.
Thanks for your help.
D.
I need to capture the value of an option group on a form
that the user had initially chosen and then allow the
user to re-open the form with that option being
repopulated with their initial choice. Someone had told
me to use an object variable to retain the value, but I'm
having a little difficulty. Here's what I have:
ActiveDocument.Variables("MyVariable"), Value:=? I don't
know what to put here. I know I need to capture which of
the 4 choices in the option group they had chosen. Do I
use the name of the frame? Me.fraOptions.value?
Then, when the form initializes, I need to pass back the
value of the variable to the option group.
Thanks for your help.
D.