S Steve Schapel Jun 19, 2004 #2 Arm, Call Forms("NameOfOtherForm").NameOfProcedure Note that the procedure on the other form will need to be declared as Public, e.g. Public Sub blabla()
Arm, Call Forms("NameOfOtherForm").NameOfProcedure Note that the procedure on the other form will need to be declared as Public, e.g. Public Sub blabla()