Selection from List Box displays information in a text box on the same form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to set up the list box of vendors names so that when I click on the vendor name it will display the phone number for that vendor in the phone number textbox on the same form. The text box phone number is located in the second column on the vendor table. Need to know what lines of coding I need to use to get this to work

Thank you.
 
Just one more thing. The first version of code is really set up for a combo box (that's why the NoMatch stuff in there). The second shorter version should work just fine for your list box. I only put the other up there just in case you wanted to use a combo box instead of a listbox

Rick...
 
Back
Top