Hi,
I am getting type mismatch error on the last line in the code below. I think it is resulting fromt the table field (Product_Id) is an autonumber.
Can you please help?
Dim PId
.
.
.
Set RS = MyConn.execute("SELECT * FROM Product where format(Product_Id) = '%" & ProdFound &"%'")
PId = RS("Product_Id")
Thanks
Mo
I am getting type mismatch error on the last line in the code below. I think it is resulting fromt the table field (Product_Id) is an autonumber.
Can you please help?
Dim PId
.
.
.
Set RS = MyConn.execute("SELECT * FROM Product where format(Product_Id) = '%" & ProdFound &"%'")
PId = RS("Product_Id")
Thanks
Mo