WB786
MIS
- Mar 14, 2002
- 610
This is what I have:
strSQL = "SELECT * FROM tblItems WHERE [Active]=true and [ClassNumber]= '" & Request.querystring("Id") & " ORDER BY [ItemName]'"
But my items are not coming up and if I remove ORDER BY then the items show on the page. But I need to have this ORDER BY ItemName.
Thanks in advance,
WB
strSQL = "SELECT * FROM tblItems WHERE [Active]=true and [ClassNumber]= '" & Request.querystring("Id") & " ORDER BY [ItemName]'"
But my items are not coming up and if I remove ORDER BY then the items show on the page. But I need to have this ORDER BY ItemName.
Thanks in advance,
WB