No big deal. I decided to handle it in the BeforeUpdate event of each
control. Much easier that way anyhow. But if anyone has any info on why my
other idea wouldn't work, let me know. :)
Keith
>No big deal. I decided to handle it in the BeforeUpdate event of each
>control. Much easier that way anyhow. But if anyone has any info on why my
>other idea wouldn't work, let me know. :)
Your logic was wrong, it need OR instead of AND, but I think
that's irrelevant because the validation rule only applies
to the control's bound field and doesn't process an entire
expression that includes a reference to other controls.
The Form's Before Update event is the right place for this
kind of check.

Signature
Marsh
MVP [MS Access]