Please help...
I am trying to write the code to make my text box auto fill with data based on the selection clicked on in a combo box in the same form.
Info:
Form Name: Main
ComboBox Name: Caller (Pulls from Table Caller w/three fields CID (Autonumber Pri Key), Caller (Text), SupName (Text))
TextBox Name: Supervisor
I would like to have the code so that if someone clicks on a name in the Caller combo box (example: 1 John Doe Jane K)
then Jane K will auto fill in the text box. The only thing the user can actually see in the combo box is John Doe. The other 2 fields are hidden.
Thanks for any assistance.
Di
I am trying to write the code to make my text box auto fill with data based on the selection clicked on in a combo box in the same form.
Info:
Form Name: Main
ComboBox Name: Caller (Pulls from Table Caller w/three fields CID (Autonumber Pri Key), Caller (Text), SupName (Text))
TextBox Name: Supervisor
I would like to have the code so that if someone clicks on a name in the Caller combo box (example: 1 John Doe Jane K)
then Jane K will auto fill in the text box. The only thing the user can actually see in the combo box is John Doe. The other 2 fields are hidden.
Thanks for any assistance.
Di