Can I call a subroutine from another form in a form.
For instance my main form is on the bottom, i have a form sitting on top asking some questions..during the asking of questions can i do a
Call frmMain.SubRoutineName?
jon
Printable View
Can I call a subroutine from another form in a form.
For instance my main form is on the bottom, i have a form sitting on top asking some questions..during the asking of questions can i do a
Call frmMain.SubRoutineName?
jon
Guess you can as long as they are public.
Cool
Jon