D
Derek
If I use the following
if Me![Control1] = "X" and IsNull([Control2]) The
MsgBox "Condition met"
etc
End I
to check a conditin from the beforeupdate event, how would I then halt the process and throw focus back to control 2.
if Me![Control1] = "X" and IsNull([Control2]) The
MsgBox "Condition met"
etc
End I
to check a conditin from the beforeupdate event, how would I then halt the process and throw focus back to control 2.