P ppoole16 Registered User. Local time Today, 14:47 Joined Aug 21, 2003 Messages 57 Sep 21, 2003 #1 What would the code be to have a button on a form that closes the current form, and opens another form with one click? I can get the button to do one or the other, but not both.
What would the code be to have a button on a form that closes the current form, and opens another form with one click? I can get the button to do one or the other, but not both.
Mile-O Back once again... Local time Today, 14:47 Joined Dec 10, 2002 Messages 11,305 Sep 21, 2003 #2 Code: DoCmd.Close acForm, Me.Name DoCmd.OpenForm "frmNexForm", acNormal