
My combo box name is "cbCompanies". Its referencing a separate list named "Companies" In the image above, its the green outlined box with "2 items"...
I have a single line text input box named "CompaniesBenchmarkedValue". In the image above, it has "Acura" displayed.
When I use "cbCompanies.Selected.Title" I get a single result. I want all the results...
(I have to keep the ".Title" on there, because I'm pulling this data in from a separate list called "Companies".
But when I try "cbCompanies.SelectedItems.Title", it doesn't like "Title"... I can't seem to tack on the "Results" or the "Values" anywhere either. Please help!