J
jallin
I have created a form template in Word. This form includes two combo
boxes (from the toolbox), one for a product code and the other for
quantity. I have a formfield that uses an entry macro that calculates
the amount based on the two combo box values. The form is password
protected. When the form is opened as a .dot the macro works fine.
However, if it is opened as a .doc and you change the value in the
product code combo box, when you tab to the formfield, the macro runs,
but it does not grab the combo box value. When stepping through the
code it shows the value as the default choice ("Select") and so the
formfield has nothing to calculate. I would like to know why it would
work one way but not the other and how I can fix it. Thank you in
advance for any help.
boxes (from the toolbox), one for a product code and the other for
quantity. I have a formfield that uses an entry macro that calculates
the amount based on the two combo box values. The form is password
protected. When the form is opened as a .dot the macro works fine.
However, if it is opened as a .doc and you change the value in the
product code combo box, when you tab to the formfield, the macro runs,
but it does not grab the combo box value. When stepping through the
code it shows the value as the default choice ("Select") and so the
formfield has nothing to calculate. I would like to know why it would
work one way but not the other and how I can fix it. Thank you in
advance for any help.