The Following Validation Rule Examples Apply To Text Fields
The Following Validation Rule Examples Apply To Text Fields
Example Matches...
Like "??#*" And Not Like "*[!0-9]*" Matches two characters, followed by a digit,
followed by any number of characters and ALL of
the characters must be numbers.
Not Like "*[!0-9a-z -]*" Letters, numbers, spaces and hyphens (-) only
Example Matches...
>= 0 And <= 100 Between 0 and 100, including 0 and 100
In(1,2,3,4,5) 1,2,3,4 or 5
1 Or 2 Or 3 Or 4 Or 5 1,2,3,4 or 5
Example Matches...
Between #28/2/1990# And #5/3/1990# Dates between 28 februari and 5 march 1980
>= #28/2/1980# And <= #5/3/1990# Dates between 28 februari and 5 march 1980