I have a dbf with a number of alpha fields where I want to search the dbf but only report those records where I get an exact match on a name or a character string. (e.g searching for SHARP but do not want records that have SHARPER, SHARPNESS etc.) Some of the alpha fields will contain multiple words so cannot match the field to the search word. IS there anything that will allow this type of search. I know set exact on would match the field to the word but wouldn't work for memo or multiple word fields