rule validation in access

P

Peter Corley

I have created a rule validation in a field in a subform in access, but when
I test the data entry into the field, the validation rule is ignored. Can
anyone help?
 
J

Jeff Boyce

Peter

Where did you create your "rule validation"? (you mention a subform, but
what part of the subform?)

Have you set a breakpoint in your code and stepped through what fires when
you enter data? Perhaps the event to which you tied your validation isn't
even firing?
 
Top