Search results

  1. T

    Select multiple records in a subform and link them to a parent item

    I have a product table (tblProd which has ProdID, Name, Description, price) I have an attributes table (tblAtt which has AttId, Description) I then have a join table (tblProdAtt which has ProdAttId, prodID, AttId) which links the products to the attributes. I also have a form which shows...
Back
Top Bottom