En Tekstenuitleg Net Articles Software Access Validation Rule Tutorial List of Access Validation Rules
En Tekstenuitleg Net Articles Software Access Validation Rule Tutorial List of Access Validation Rules
net
Hardware Software Networking Blog
Example Matches...
Like "??[ab]*" And Not Like "*[q]*" Matches two characters, followed by an a or a b,
followed by any number of characters and NONE
of the characters can be a q.
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