G
Guest
in frmRoutines (Form3) I have a working public function called getLog()
I attempt to call it in frmMIS (Form2) as follows and get the above
exception...
....
Dim frmMISRoutine As New Routines
frmMISRoutine.getLog()
....
What are my options to avoid rewriting the getLog function again in Form2?
Marc
I attempt to call it in frmMIS (Form2) as follows and get the above
exception...
....
Dim frmMISRoutine As New Routines
frmMISRoutine.getLog()
....
What are my options to avoid rewriting the getLog function again in Form2?
Marc