T
Tracey
I have a parent form which has 2 subforms. I need to click a button (or run
the code associated with the button) on subform1 within code from subform2.
Again I have tried many approaches.
Code which is running in subform2
Example1: forms!Parentform!Subform1!cmdButton.click
Example2: forms!Parentform!Subform1.cmdButton_click
I have used this same syntax to populate fields and it works. In short there
is a bunch of code that needs to run when the subform1 is changed, updates
several tables etc.
the code associated with the button) on subform1 within code from subform2.
Again I have tried many approaches.
Code which is running in subform2
Example1: forms!Parentform!Subform1!cmdButton.click
Example2: forms!Parentform!Subform1.cmdButton_click
I have used this same syntax to populate fields and it works. In short there
is a bunch of code that needs to run when the subform1 is changed, updates
several tables etc.