multiple validation rules in tables?

  • Thread starter Thread starter dindigul
  • Start date Start date
D

dindigul

How many validation rules are allowed in a table and how to separate each of
them? Moreover can this be used [lname]<>[fname]? Thanks
 
How many validation rules are allowed in a table and how to separate each of
them?
Separate them with an 'OR' like this - >15 AND <20 OR Between 5 AND 9
Moreover can this be used [lname]<>[fname]?
Did you try it? Why not try it? Validation is placed on a field in the
table so if you are validating field [lname] you would enter <>[fname] in
the validation properties of the field.
 
Back
Top