redirect

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.
 
P

PC Datasheet

See your previous post!


Derek said:
If I use the following,
if Me![Control1] = "X" and IsNull([Control2]) Then
MsgBox "Condition met"
etc.
End If

to check a conditin from the beforeupdate event, how would I then halt the
process and throw focus back to control 2.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top