G
Grumpy Aero Guy
How do I reference a method on an open form from ANOTHER open form?
What is the correct object reference, assuming the form name frmTest ???
Assume, from frmTest2 I would like to invoke the following method in
frmTest1....
___________.commandbutton1_click(sender,e) ????
What is the correct object reference, assuming the form name frmTest ???
Assume, from frmTest2 I would like to invoke the following method in
frmTest1....
___________.commandbutton1_click(sender,e) ????