W
Wembly
Hi,
I can't figure out what the convention is for calling a
public sub procedure residing in one form from another
form.
The help file suggests the following, but it appears to
always run the Form_Open event again (which I don't want
to do).
Dim frm as New form_frmName
Call frm.publicSubName
I know how to call a variable and a control from another
form, but how does one call a sub routine from another
form?
Thanks in advance,
Wembly
I can't figure out what the convention is for calling a
public sub procedure residing in one form from another
form.
The help file suggests the following, but it appears to
always run the Form_Open event again (which I don't want
to do).
Dim frm as New form_frmName
Call frm.publicSubName
I know how to call a variable and a control from another
form, but how does one call a sub routine from another
form?
Thanks in advance,
Wembly