T
Tom Ross
I have a button 'cmdWLetters' on the main form 'SpoolTasks' Beneath the
button is a subroutine 'cmdWLetters_click()'
I want to call that routine from the doubleclick event of a control
'weldletters' on a subform 'TasksWithNames'
I can't figure out the syntax to call that subroutine from the subform. (It
works simply form a control on the main form
Private Sub weldletter_DblClick(Cancel As Integer)
cmdWLetters_click
End Sub
Tom
button is a subroutine 'cmdWLetters_click()'
I want to call that routine from the doubleclick event of a control
'weldletters' on a subform 'TasksWithNames'
I can't figure out the syntax to call that subroutine from the subform. (It
works simply form a control on the main form
Private Sub weldletter_DblClick(Cancel As Integer)
cmdWLetters_click
End Sub
Tom