Hi,
I have three search boxes on my form using the code [CODE]Me.Filter = "Works perfectly, but all the locations start with a country code (e.g. IN Mumbai) If a user searches for "IN" locations it returns anything with the string "in" in it (e.g. US Kinston). How can I write the script to only search/return capital letters?Code:like '*" & FIND & "*'" & " AND [Location] like '*" & FIND2 & "*'" & " AND [Status] like '*" & FIND3 & "*'"