I have done my research and tweaked my code. I also made sure that SelectMultiple is set to True but my error still persists.
I am trying to display all data that have been selected in a combo box with the following code but the last selected item is the only one that gets filtered.
'Order Status'.Value = drpdwnFltrOrdrStat_1.Selected.Value || drpdwnFltrOrdrStat_1.Selected.Value = "Select All" || drpdwnFltrOrdrStat_1.Selected.Value = Blank(),
I also tried the following but this results to an error.
'Order Status'.Value = drpdwnFltrOrdrStat_1.SelectedItems.Value
Really need your help!