First post, go easy on me.
I have a table with 3 fields I need to filter with, ClientName(text), Status(text), LocationID(int32).
I can create a where statement that filters all three, when there is a selection for each one.
However, what I need is for the user to be able to pick and choose. Not having to provide a selection for each one. So they have multiple filter options. Using combinations of the three filters.
I am not able to create a statement that properly filters when one of the filters is not used.
Thanks for any help. I have been banging my head for along time.