Hello,
How to copy an item selected in a Listbox present in Form1 into a Combobox present in another form-Form2. Here the combobox contains a list of customers while the listbox contains only the selected few. For eg in the cbox i type "r" the i get a list of customers starting with letter 'r' in a listbox. Now what is the VB code to be used to copy the selected customer back to the combobox???
Thanku