Quantcast
Channel: VBForums - ASP, VB Script
Viewing all articles
Browse latest Browse all 688

Error upon rsObject.Open

$
0
0
Hello,

Using the following SELECT statement:

strSQL = "SELECT tblCustomerTests.TestValMin, tblCustomerTests.TestValMax, tblItems.ItemID, tblItems.ItemNum, tblItems.ItemDesc, tblItems.ItemSpecInst, tblItems.EntryDate, tblTests.TestID, tblTests.TestType, tblTests.TestDesc, tblTests.TestStd, tblTests.TestUOM, tblTests.TestComp FROM (tblCustomerTests LEFT JOIN tblItems ON tblCustomerTests.ItemID = tblItems.ItemID) LEFT JOIN tblTests ON tblCustomerTests.TestID = tblTests.TestID WHERE tblCustomerTests.CustID = " & intCustID & " ORDER BY tblCustomerTestsCustName"

I receive the following error:

Microsoft JET Database Engine error '80040e10' No value given for one or more required parameters.

I've used Response.Write to verify intCustID has a value. Any direction would be appreciated.

Thanks!

Viewing all articles
Browse latest Browse all 688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>