sqleptical
Programmer
I'm new to forms in Word & am trying to assign a value in a text box named Deduction depending on the value of the Combo Box named s1. The VBA code below does not work.
If s1 = "Yes" Then
Deduction = "B"
Else
Deduction = "C"
End If
Thanks!
If s1 = "Yes" Then
Deduction = "B"
Else
Deduction = "C"
End If
Thanks!