My database was created from a spreadsheet.
In trying to filter data for a mail-merge: Is there a way to filter by parts of a word or phrase? When I use the Standard Filter, there is the filter ‘Like’, but the case and everything must exactly match. How can I filter for something like “car” that would return entries that ‘contain’: Car, car, NASCAR, carrier, etc. The Standard-Filter choices are: Like, Not Like, Null, Not Null.
The answer may be, “Filter data first in the spreadsheet, add another sheet (i.e. Sheet 2), then copy the filtered data to the new sheet… and use the new sheet for your mail-merge data.”