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 strongm 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. bikebanditcom

    problem with query

    wow, im an idiot sometime...thanks alot bro.
  2. bikebanditcom

    problem with query

    hey your great! thanks. if i could trouble you for one more problem that'd be great, or anyone else who may have an idea error is: Microsoft VBScript runtime error '800a01a8' Object required: '[string: "SELECT outerjoinPaid"]' /pbc/reporting/TMPawt1umvt0t.asp, line 9 sql is ...
  3. bikebanditcom

    problem with query

    thanks so much, that worked perfectly. :)
  4. bikebanditcom

    problem with query

    mark, that doesnt work, same error, however this code does set noBillSQL = pbcDB.execute("SELECT tblLots.lotNum, tblSales.saleDate, tblSales.projectName, tblSales.phase, tblSales.kbAmnt, tblSales.PBCAmnt, tblSales.VOO, tblSales.billed, tblSalesPackages.status FROM (tblSales INNER JOIN...
  5. bikebanditcom

    problem with query, expected end of statement error?

    fixed it, i needed to remove the quotes around from complete, now i have this problem same error msg set noBillSQL = pbcDB.execute("SELECT tblLots.lotNum, tblSales.saleDate, tblSales.projectName, tblSales.phase, tblSales.kbAmnt, tblSales.PBCAmnt, tblSales.VOO, tblSales.billed...
  6. bikebanditcom

    problem with query

    the problem was that i needed single quotes around "completed", but now i've added a date range to the mix and am getting the same problem set noBillSQL = pbcDB.execute("SELECT tblLots.lotNum, tblSales.saleDate, tblSales.projectName, tblSales.phase, tblSales.kbAmnt...
  7. bikebanditcom

    problem with query

    mark, i've counted them all and they are all needed as far as i can tell, but i've also removed one set of them and i get the same problem :( damnit man it doesnt make any sense...
  8. bikebanditcom

    problem with query

    working on this statement and am getting <error> Microsoft VBScript compilation error '800a03ee' Expected ')' /pbc/reporting/xlReports/TMPz49damvdu9.asp, line 8 </error> the sql: <code> set compReport = pbcDB.execute(&quot;SELECT tblLots.lotNum, tblSales.saleDate...
  9. bikebanditcom

    problem with query, expected end of statement error?

    that was it thanks so much, now im working on this statement and am getting Microsoft VBScript compilation error '800a03ee' Expected ')' /pbc/reporting/xlReports/TMPz49damvdu9.asp, line 8 set compReport = pbcDB.execute(&quot;SELECT tblLots.lotNum, tblSales.saleDate...
  10. bikebanditcom

    problem with query, expected end of statement error?

    Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Missing ), ], or Item in query expression '(((tblSalesmen.salesmanName)= 'Hiram') AND (((tblSalesPackages.status)='Cancelled'))'. /pbc/reporting/cancelledReport.asp, line 8
  11. bikebanditcom

    problem with query, expected end of statement error?

    thanks for the advice, now i have one other problem that has surfaced since fixing that Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Missing ), ], or Item in query expression '(((tblSalesmen.salesmanName)= Hiram) AND...
  12. bikebanditcom

    problem with query, expected end of statement error?

    THANKS! let me go try that out. you guys are the best.
  13. bikebanditcom

    problem with query, expected end of statement error?

    thanks for the advice, i was quickly able to determine the problem, fixed my dsn and now am not having these problems, but no my new problem is this: Microsoft VBScript compilation error '800a0409' Unterminated string constant /pbc/reporting/cancelledReport.asp, line 12 set cancelledSQL =...
  14. bikebanditcom

    problem with query, expected end of statement error?

    this is what i have, but i get page cannnot be displayed: <%@LANGUAGE=&quot;VBSCRIPT&quot; CODEPAGE=&quot;1252&quot;%> <% salesman = request.form(&quot;salesman&quot;) set pbcDB = server.createObject(&quot;ADODB.Connection&quot;) pbcDB.open &quot;pbc&quot; theSQL =...
  15. bikebanditcom

    problem with query, expected end of statement error?

    tried that?? doesnt work, what can i do? here's my entire page: <%@LANGUAGE=&quot;VBSCRIPT&quot; CODEPAGE=&quot;1252&quot;%> <% salesman = request.form(&quot;salesman&quot;) set pbcDB = server.createObject(&quot;ADODB.Connection&quot;) pbcDB.open &quot;pbc&quot...
  16. bikebanditcom

    problem with query, expected end of statement error?

    i get the following error from this page: Microsoft VBScript compilation error '800a0401' Expected end of statement /pbc/reporting/TMPavoprmttwj.asp, line 13 rs = &quot;SELECT tblSalesmen.salesmanName, tblSales..... heres the query SELECT tblSalesmen.salesmanName, tblSales.saleDate...
  17. bikebanditcom

    creating a recordset with multiple criteria

    :( http://www.wecantlose.com/user.htm
  18. bikebanditcom

    creating a recordset with multiple criteria

    im sorry http://www.wecantlose.com/use.htm
  19. bikebanditcom

    creating a recordset with multiple criteria

    heres my query http://www.wecantlose.com/user.asp ??

Part and Inventory Search

Back
Top