Replacing "OR" with a character separator

R

RandallMJ

When I am using a form to view data and use the Filter by Selection option I
would like to use a character separator between the multiple values rather
than typing the word OR between:

Rather than type "Bob OR Alice OR Susan"
I would rather type "Bob, Alice, Susan" or some similar character

Anyone know how to do this?
 
R

RandallMJ

That works pretty well. I was hoping for an even further reduced keystroke
process but this will help when I have long lists of vlues. Thanks!
 
K

Klatuu

You know, I just ran a test, if you just type in
In(Bob, Alice, Susan)
it will plug in the quotes for your.
(don't know why I didn't think of that sooner)
 
Top