March 16, 201114 yr I understand that I can put a search string inside of double quotes and it will match the phrase from (word start). Is there a way that I can search for a string such as "ing" and find all records from word end" So it would return: biking hiking running but not: ginger mingle singer
March 16, 201114 yr Yes. Use the * symbol while in Find Mode, something like: *ing If the field contains more than one word, try: ==*ing
March 17, 201114 yr Author Yes. Use the * symbol while in Find Mode, something like: *ing If the field contains more than one word, try: ==*ing Perfect. Thank you Raybaudi.
Create an account or sign in to comment