I know I need to use varItem to collect the selections in a multiselect list box in order to populate a second one, but I am lost...
Multiselect List2 fields are [MappingId], [Requirement]
List3 fields are [CompanyId], [CompanyName]
I want to populate List3 after selecting multiple [MappingId]'s from List 2.
me.list3.rowsource = _
...
Any help, most appreciated.
Multiselect List2 fields are [MappingId], [Requirement]
List3 fields are [CompanyId], [CompanyName]
I want to populate List3 after selecting multiple [MappingId]'s from List 2.
me.list3.rowsource = _
...
Any help, most appreciated.