C cliff7376 Registered User. Local time Today, 09:57 Joined Oct 10, 2001 Messages 107 May 15, 2002 #1 I want to have a do while loop on one form that keeps looping through until another form is closed. is there a way to do this?
I want to have a do while loop on one form that keeps looping through until another form is closed. is there a way to do this?
J Jack Cowley Registered User. Local time Today, 09:57 Joined Aug 7, 2000 Messages 2,636 May 15, 2002 #2 If you know the name of the open form then just use DoCmd.Close acForm, "FormName".