L LKE New member Local time Today, 23:24 Joined May 3, 2002 Messages 6 May 7, 2002 #1 Hi... I'm trying to figure out how to place a button on Form 1 that a.) saves and closes Form 1 and b.) opens Form 2 to a blank record. Any thoughts?? Thanks very much!
Hi... I'm trying to figure out how to place a button on Form 1 that a.) saves and closes Form 1 and b.) opens Form 2 to a blank record. Any thoughts?? Thanks very much!
C chrismcbride Registered User. Local time Today, 23:24 Joined Sep 7, 2000 Messages 301 May 7, 2002 #2 DoCmd.Close acForm, "frmOne", acSaveYes DoCmd.OpenForm "frmTwo", , , , acFormAdd HTH Chris
Cosmos75 Registered User. Local time Today, 17:24 Joined Apr 22, 2002 Messages 1,281 May 8, 2002 #3 How about a button on a Query-by-form that runs the query and automatically opens the associated Report (or one secified that is based on the QBF?
How about a button on a Query-by-form that runs the query and automatically opens the associated Report (or one secified that is based on the QBF?