Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by aila84

  1. aila84

    passing null when all items chosen in multi select

    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...

Part and Inventory Search

Back
Top