Before Update in Form Property

B

BarbS

How do I place 2 validation macros in the form property-Before Update. One
of the form fields is restricted to a look-up table list the other is not. I
am only able to make the validation work for the field that is not selecting
from a lookup table. The validations are:

Macro Name: Mcr_hours-worked Condition: [Hours Worked is Null] Action:
MsgBox Action: GotoControl

Macro Name: Mcr_personnel Condition: [Pers is Null]
Action: MsgBox Action: GotoControl

Is there a way to put both of these in the form properties - Before Update.
 
Top