I have two columns of data. The first contains 'names' and the second contains 'passwords'. The Userform is completed with information plus a combobox displaying 'names'. When the command button is clicked, the information is updated to a database and the 'name' selected in the combobox should display the matching 'password' on a message box.
The question is how do I code the combobox element of the userform to display on a message box, the 'password' matching the 'name' selected?
Bookmarks