Hi,
I have a report which I want to sort based on the values in textboxes and comboboxes.
The code below does the job, but only for 1 textbox/combobox at a time...
I want to apply the filter based on several boxes simultaneously...
Could you guys help me? :)
Private Function ApplyFilter() As...