Can anyone offer guidance on how to do record-level validation of data input?
For example, how can I validate one record field based on another field or fields on the same record?
Currently, I'm using field validation at the table level, but I'd like to validate in the form in the above manner. I suppose I'd do so in the BeforeUpdate event.
Thanks for any help you can give.
Wayne
For example, how can I validate one record field based on another field or fields on the same record?
Currently, I'm using field validation at the table level, but I'd like to validate in the form in the above manner. I suppose I'd do so in the BeforeUpdate event.
Thanks for any help you can give.
Wayne