First would be to make the secondary form Modal so that it has to be dealt with before the user goes back to the original form.
The second would be to have code on the original form, perhaps in its On Activate event that closes the second form, for example.
Code:
Private Sub Form_Activate()
Leave a comment: