redtwister
MIS
I have someone who attempts to run a query (from the form) on a grid # (3260230), but he is getting a "sub or function
not defined" error in the following code:
"Private Sub Button132_Click()
On Error GoTo Err_Button132_Click
Call QueryByForm
Exit_Button132_Click:
Exit Sub
Err_Button132_Click:
MsgBox Error$
Resume Exit_Button132_Click
End Sub"
I cannot find a function or subroutine called "QueryByForm" which is most likely the problem here.
not defined" error in the following code:
"Private Sub Button132_Click()
On Error GoTo Err_Button132_Click
Call QueryByForm
Exit_Button132_Click:
Exit Sub
Err_Button132_Click:
MsgBox Error$
Resume Exit_Button132_Click
End Sub"
I cannot find a function or subroutine called "QueryByForm" which is most likely the problem here.