LIKE operator is used for pattern search. if you are sure that you check for the exact phrase, you can better use = operator. When you use LIKE operator use % before and/or after the phrase.
Code:
sql = "SELECT * FROM Garments WHERE Garment_Who Like '%"&garment_who&"%'AND Garment_Type Like'%"&garment_type&"%'"
Hope that helps.
Cheers!
_________________________
- Vijay G
Strive for Perfection