Microsoft JScript runtime error '800a138f'
Object expected
/AllOrders.asp, line 68
my search page is www.asptestpilots.co.uk/search1.asp
if you type in the name joseph pearlman you should get a address return and 2 of his ordering details. Instead i am getting his address but an ms jscript error where his ordering details should be. If i run live data view in Ultra Dev its fine i get all the details. Just when it viewed on my site. Am stuck my SQL statement is :
SELECT *
FROM Customers, Orders
WHERE (Customers.CustomerID = Orders.CustomerID) AND (CustName = 'CN')
variable CN Joseph Pearlman Request("Customer")
any ideas please help