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 sizbut 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: *

  1. JerryWI

    Error 3061. Too few parameters expected 5 (What's wrong with my code?)

    Dim strResponse On Error GoTo ERROR If IsNull(txtBeginDate) Then MsgBox "Please enter a valid date." Exit Sub End If DoCmd.OpenQuery "qryDeleteInterest" DoCmd.TransferSpreadsheet acImport, 8, "tblInterest", "C:\Interest\Interest.xls", True...

Part and Inventory Search

Back
Top