Table: Products with ProductID (Integer) as Primary Key and
ProductRef (Text) as Non Unique Index
With rstProd
'Check if its a new product
rstProd.Index = "ProductRef" <--------
.Seek "=", varIn8
<-------- Failure
If Products is in back end. Move it to Front End and all is well.
Anyone any ideas??
ProductRef (Text) as Non Unique Index
With rstProd
'Check if its a new product
rstProd.Index = "ProductRef" <--------
.Seek "=", varIn8
<-------- Failure
If Products is in back end. Move it to Front End and all is well.
Anyone any ideas??