bikebanditcom
Programmer
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("SELECT tblLots.lotNum, tblSales.saleDate, tblSales.projectName, tblSales.phase, tblSales.kbAmnt, tblSales.PBCAmnt, tblSales.VOO, tblSales.billed, tblSalesPackages.status FROM (tblSales INNER JOIN tblLots ON tblSales.lotID = tblLots.lotNum) INNER JOIN tblSalesPackages ON tblSales.saleID = tblSalesPackages.salesID WHERE (((tblSales.billed) Is Null) AND ((tblSalesPackages.status)="Complete"))"
</code>
what is wrong here? i've counted all my parens and all are right, i think..
<error>
Microsoft VBScript compilation error '800a03ee'
Expected ')'
/pbc/reporting/xlReports/TMPz49damvdu9.asp, line 8
</error>
the sql:
<code>
set compReport = 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 tblLots ON tblSales.lotID = tblLots.lotNum) INNER JOIN tblSalesPackages ON tblSales.saleID = tblSalesPackages.salesID WHERE (((tblSales.billed) Is Null) AND ((tblSalesPackages.status)="Complete"))"
</code>
what is wrong here? i've counted all my parens and all are right, i think..