The best way to handle your combo box for the aaa rate would be to use the after_update property for the combo box.
Here is an example for a combo box named combo1,
and a price control named Text1
Sub Combo1_AfterUpdate()
If Combo1.value = 1 Then
Text1.Value = Text1.Value *.9
ElseIf...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.