I am using the openargs statement for the form that will be opened
code on form1:
Private Sub Knop7_Click()
If Tekst1 = True Then
DoCmd.OpenForm "formulier3", , , , , , Me.Name
DoCmd.Close acForm, "formulier1"
End If
Set RdoRange = Nothing
End Sub
code on form2:
Private Sub Form_open(Cancel...