JackDomino1
New Member
- Joined
- Apr 7, 2020
- Messages
- 39
- Office Version
- 365
- Platform
- Windows
Hi,
Im looking to populate a list box (5 coloums) based on the selection a user makes in a combobox.
However, the options in the combobox are not unique, so there will be multiple sets of data to display.
Names are select-able in the combobox. But if the user selects "Jack", the lstbox needs to display two rows of data.
I have managed to make it return the information associated to the first entry which matches the selection criteria, but I am struggling to get it to work on multiple entries.
Thanks
Im looking to populate a list box (5 coloums) based on the selection a user makes in a combobox.
However, the options in the combobox are not unique, so there will be multiple sets of data to display.
Name | Age | Hair Colour |
Jack | 34 | Brown |
Ben | 23 | Blonde |
Steve | 45 | Grey |
Jack | 65 | Black |
John | 19 | Black |
Ben | 21 | Brown |
Names are select-able in the combobox. But if the user selects "Jack", the lstbox needs to display two rows of data.
I have managed to make it return the information associated to the first entry which matches the selection criteria, but I am struggling to get it to work on multiple entries.
Thanks