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!

Recent content by mjd2007

  1. mjd2007

    Syntax error (comma) in query expression

    Thank you for your time. I finally got it by changing the variable from RecId to cInt(RecId) Thanks again, Parallon
  2. mjd2007

    Syntax error (comma) in query expression

    Hello all. I have an error that has just showed up. The error is as follows: Microsoft JET Database Engine error '80040e14' Syntax error (comma) in query expression 'id = 1,382'. /Timesheet/EQ_EditTime.asp, line 26 Here is the query: SELECT * FROM tblEqMilesHours WHERE id = " & RecId...
  3. mjd2007

    Internet Explorer cannot open the Internet site ... Operation aborted

    Well, I have been reading a lot of articles about scripts trying to populate tables before the body has fully loaded (mostly referring to Google Maps though), and I had one script at the very end of my </Body> tag, so I have just moved it outside now and am seeing what happens. Will be back if...
  4. mjd2007

    Internet Explorer cannot open the Internet site ... Operation aborted

    Hello all. I am getting the following error intermittently: Internet Explorer cannot open the Internet site ... Operation aborted. I have a report that opens in a separate window, and this report goes through a recordset to populate multiple timecards. When the error occurs, it will begin...

Part and Inventory Search

Back
Top