% sign in keyword search brings up other records as well

P

Pat

I am trying to search for all records that have 100% in
two fields (a text field and a memo field). I get results
but in addition I also get all those records where "100"
occurs without the "%" sign. What should I do to eliminate
the ones where it is not "100%".

Thanks !!
 
D

david epsom dot com dot au

Search for 100[%]

The square brackets are used to delimit special characters.

(david)
 
Top