Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query language?

Status
Not open for further replies.
Joined
Jun 24, 2004
Messages
23
Location
US
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.
 
what exactly are you asking us to do here?

--------------------
Procrastinate Now!
 
I am trying to figure out where the error in the routine is, and I suspect it is that subroutine, but I am uncertain and wanted other eyes to look at it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top