Title
New User Question - Please Help!
Post
I am trying to search in a field under the following criteria:
EXAMPLE:
Lets say I have company entries such as:
DHL Industries
D an G Enterprises
D and I LLC
I would like to search for all companies that contain the letters D and I in the same entry. Can this be done and how would the comman be written? can a operator be used?
Thanks for your help
Enter find mode and then enter "D*I" (without the quotes)
And you'll find every entery that starts with a D and contains an I.
You can also do this in a script using the same text pattern.