Before Update Whole Form

  • Thread starter Thread starter Mary
  • Start date Start date
M

Mary

How would you add a Before Update to the whole form
instead of one individual field.

In Design View of the form I have been able to right click
the certain field and Before Update is able to be
populated.

What I want to do is before the user can save the record I
want to do a check for a certain field..
 
Mary said:
How would you add a Before Update to the whole form
instead of one individual field.

In Design View of the form I have been able to right click
the certain field and Before Update is able to be
populated.

What I want to do is before the user can save the record I
want to do a check for a certain field..

While looking at the form in design view and with the property sheet
displayed, click on the small gray square in the upper left-hand corner.
That will insure that you are now seeing the properties for the form
itself, not any of the objects on the form. Then look at the Events tab
and you will find BeforeUpdate.
 
Back
Top