S
Sue Virden
I have a field where I store the reason for update of a record. The valid
entries are I for Initial entry, A,E,P,N for Address, Email, Phone or Name
Change. My validation rule is
Is Null Or "I" Or Not Like "*[!a,e,n,p]*"
This works. Unfortunately I'm not sure why.
However, we used to use NE for new entry (we have now changed that to I) and
AC, NC etc for the records that have been changed. I would like to be able to
require a C after the combination of AENP characters to eliminate the
possiblity of someone entering NE for New Entry when indeed it will now mean
Name Address change. Is there a way to modify this rule to force a C after
the change characters?
Thank you.
entries are I for Initial entry, A,E,P,N for Address, Email, Phone or Name
Change. My validation rule is
Is Null Or "I" Or Not Like "*[!a,e,n,p]*"
This works. Unfortunately I'm not sure why.
However, we used to use NE for new entry (we have now changed that to I) and
AC, NC etc for the records that have been changed. I would like to be able to
require a C after the combination of AENP characters to eliminate the
possiblity of someone entering NE for New Entry when indeed it will now mean
Name Address change. Is there a way to modify this rule to force a C after
the change characters?
Thank you.