Recent content by TheCyrusVirus

  1. T

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

    Perfect, sounds like a plan. I will give this a go this afternoon. Should I maybe run the reset of the yes/no values after the query to insert the records. Or will the form onload event run when I change between records on the parent form?
  2. 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