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 gkittelson 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. alfiajamel

    Run-Time Error 3134: Syntax error in INSERT INTO statement

    Hi, If I posted it correctly, here is the message I get: Microsoft Visual Basic Run-Time error 3078’: The Microsoft office Access database engine cannot find the input table or query ”. Make sure it exists and that its name is spelled correctty. End I pasted the code you gave me, with the...
  2. alfiajamel

    Run-Time Error 3134: Syntax error in INSERT INTO statement

    Hi! Thank you so much!! Where do I put this code?
  3. alfiajamel

    Run-Time Error 3134: Syntax error in INSERT INTO statement

    I cannot figure out what is wrong with this code. Please help!! CurrentDb.Execute "INSERT INTO tblEntry (CreditorID, CategoryID, DueDate, BillDesc, BillAmount, BillNotes, PaymentAmount, PaymentDate, PaymentMethod, CheckNumber, PaymentNotes, TotalDue) " & _ "VALUES (" &...

Part and Inventory Search

Back
Top