C
Chegu Tom
Hi
I have a Main form called OpenLesson with a subform called SuggestedLesson
displayed as a datasheet
I have a button on the OpenLesson form called cmdRunSuggestedthat takes
information from the current record in the subform and starts a lesson.
I would like to call the code behind the button cmdRunSuggested_Click by
double clicking a control in a record in the subform.
Forms!parent!cmdRunSuggested_Click
Forms!OpenLesson!cmdRunSuggested_Click
didn't work form me. What syntax do I need for this
Thanks
I have a Main form called OpenLesson with a subform called SuggestedLesson
displayed as a datasheet
I have a button on the OpenLesson form called cmdRunSuggestedthat takes
information from the current record in the subform and starts a lesson.
I would like to call the code behind the button cmdRunSuggested_Click by
double clicking a control in a record in the subform.
Forms!parent!cmdRunSuggested_Click
Forms!OpenLesson!cmdRunSuggested_Click
didn't work form me. What syntax do I need for this
Thanks