I have a userform (UserForm1) to add information to a database (Log). I created an advanced search for searches where there could be more than one result. Selecting the advanced search opens a 2nd userform (UserForm2) that contains a listbox for the search results. All of this works perfectly so far. What I want to happen is to select a result from the listbox and have all the information from that record displayed on the original userform (UserForm1). However, there are 34 columns of information that make up a single record. The listbox only contains 2 columns of information with the value in the first column being the unique identifier for the record. After many days of reading various forums I have been unsuccessful in making this happen. Could anyone help me?
Bookmarks