C
CSDunn
Hello,
I need to set up a validation rule so that a field accepts only the
following characters; '+', '*' and '-'.
When I attempt to set up a Validation Rule this way, the only syntax that I
have found to work is as follows:
"+" OR Like "*' OR "-"
The problem is the 'Like "*" ' allows for any character.
How can I express these three characters as the only valid characters for
entry?
Thanks!
CSDunn
I need to set up a validation rule so that a field accepts only the
following characters; '+', '*' and '-'.
When I attempt to set up a Validation Rule this way, the only syntax that I
have found to work is as follows:
"+" OR Like "*' OR "-"
The problem is the 'Like "*" ' allows for any character.
How can I express these three characters as the only valid characters for
entry?
Thanks!
CSDunn