Why use a macro or an event procedure for data validation?

Why use a macro or an event procedure for data validation?

In most cases, you can verify that data is entered correctly into a control on a form by setting the ValidationRule property for the control, or by setting record or field validation rules in the underlying table to which the control is bound. Macros and event procedures provide additional power and flexibility for more complex validation.

Use a macro or an event procedure for data validation if:

For more information about creating a macro, click .

For more information about customizing an event procedure, click .