G
Guest
In response to a required message the following was used at the table level:
([Surname] Is Not Null)AND ([City] Is Not Null) AND....
I have required fields that have a default value and could be null,example:
Severity should be 1,2,or 3 the default is 3
Resolution Status: In Progress or Complete,the default is ..In Progress
How do I code this at the validation rule at the table level and can I use
IsNull ?
([Surname] Is Not Null)AND ([City] Is Not Null) AND....
I have required fields that have a default value and could be null,example:
Severity should be 1,2,or 3 the default is 3
Resolution Status: In Progress or Complete,the default is ..In Progress
How do I code this at the validation rule at the table level and can I use
IsNull ?