Good afternoon,
Is it possible? I have a combobox that has a list of states. Each state corresponds with a percentage. If i select a state, i need the percentage to show in a textbox.
I guess i could use a bunch of if statements?
ie. If cboState = "AL", then txtAmount.value = .025.... so on and so forth.
Thoughts?
Is it possible? I have a combobox that has a list of states. Each state corresponds with a percentage. If i select a state, i need the percentage to show in a textbox.
I guess i could use a bunch of if statements?
ie. If cboState = "AL", then txtAmount.value = .025.... so on and so forth.
Thoughts?