Docmd.GoToControl

D

Donbenz

I have a data base and it is setup so that when The message box pops up it
takes them to a control depending on if they answer yes or no. Once they are
sent to the control I was wondering if there is anyway to open another form
after they are done typing and only if they have answered No to my message
box.

Thanx
Donbenz
 
K

Klatuu

If you are saying that if the user answers Yes, the go to control A and if
the answer No, the go to control B, then In the After Update event of control
B open the other form.
 
Top