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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AQHA
  • Content: Threads
  • Order by date
  1. AQHA

    wrong data type

    When I run this, I get An expression you entered is the wrong data type for one of the arguments. Private Sub Select_Exhibitor_DblClick(Cancel As Integer) On Error GoTo Select_Exhibitor_DblClick_Err DoCmd.SelectObject acForm, "Exhibitors" DoCmd.GoToControl "LastName"...
  2. AQHA

    Need help with VBA code on a Search Form

    I am needing help on fixing the following: When I run this, I get Compile error: User-defined type not defined Dim MyRS As DAO.Recordset is where it stops----- Private Sub Exhibitor_Search_OK_Click() On Error GoTo Exhibitor_Search_OK_Click_Err Dim Criteria As String Dim MyRS As DAO.Recordset...
  3. AQHA

    Applying a command button to an option group

    I have an option group with 5 choices. I want a command button to print a report based on the selection. How is this done?

Part and Inventory Search

Back
Top