Hi Guys,
I had a similar problem. I have a multi select dropdown list populated from the following dataset(Country):
SELECT txtName FROM TblCountries
ORDER BY intOrder
My Main dataset looked as follow:
SELECT * FROM TblClients WHERE( txtCountry IN (@txtName) OR txtCountry IS NULL)
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.