Re: Subform with Query



Thanks for replying.

Here is the query

SELECT OrderProduct.*, Product.Reference, Product.ProdDesc
FROM Product INNER JOIN OrderProduct ON Product.ProdCode =
OrderProduct.ProdCode;

I indexed Prodcode in both the tables. but stil i cant edit or add any
rows in my form.

.