nroberts420
Programmer
I'm using a combo box in a form. I want the user to be able to select a value in a combo box and then it will fill in a text box with the corresponding value. Example:
I have a list of "types" that have a "type ID". I want the user to be able to pick the "type" from a combo box and then the form will fill in the "type ID" into a text box.
I have a list of "types" that have a "type ID". I want the user to be able to pick the "type" from a combo box and then the form will fill in the "type ID" into a text box.