F Fox Oct 12, 2009 #1 Is there a way to write a cmd that will close one form based on if another form has moved to another/different record?
Is there a way to write a cmd that will close one form based on if another form has moved to another/different record?
F Fox Oct 12, 2009 #2 I got the answer at UtterAccess and i put the code in the Current Event and it worked like a charm. DoCmd.Close acForm, "FormName" You'll just have to figure out where to put it. One possibility might be in the Current event of the other form. - Foxy
I got the answer at UtterAccess and i put the code in the Current Event and it worked like a charm. DoCmd.Close acForm, "FormName" You'll just have to figure out where to put it. One possibility might be in the Current event of the other form. - Foxy