whenthegeeseinvade
Registered User.
- Local time
- Today, 05:17
- Joined
- Nov 12, 2008
- Messages
- 39
I have a main form with two subforms (sbf1 & sbf2)
sbf1 has a module which contains a subroutine that is run by clicking a button. sbf2 has a combo box which I would also like to trigger the subroutine which resies in the module of sub1.
I have tried declaring the subroutine as public in sbf1 and calling it from sub2 but is says that the subroutime is not defined.
I am sure I'm missing something simple and would really appreciate a pointer in the right direction.
Many thanks,
Laurence
sbf1 has a module which contains a subroutine that is run by clicking a button. sbf2 has a combo box which I would also like to trigger the subroutine which resies in the module of sub1.
I have tried declaring the subroutine as public in sbf1 and calling it from sub2 but is says that the subroutime is not defined.
I am sure I'm missing something simple and would really appreciate a pointer in the right direction.
Many thanks,
Laurence