BuilderSpec
Programmer
Hi
I have a form called Form1 , on Form1 I have a subform called Child7. Child7 shows as source object a form called "Form2". In Form2's VBA section I have a public function called testit().
What is the syntax to call testit() from Form1 ?
I have tried
call forms("Form2").testit()
call forms("Form1").child7.testit()
None seem to work but sure there must be a way. can someone point me right please ?
Hope this helps!
Regards
BuilderSpec
I have a form called Form1 , on Form1 I have a subform called Child7. Child7 shows as source object a form called "Form2". In Form2's VBA section I have a public function called testit().
What is the syntax to call testit() from Form1 ?
I have tried
call forms("Form2").testit()
call forms("Form1").child7.testit()
None seem to work but sure there must be a way. can someone point me right please ?
Hope this helps!
Regards
BuilderSpec