M
mrmoks
Guest
Hi All
I have created a subform to input data into 2 tables set as a 1 to many relationship.tbl Orders can have many records in the tblOrderdetails table,linked field order number.I can enter a new order and the first set of details but when I reopen the form to input a second record into the tblOrderdetails(datasheet)I enter the order number in the main form and it throws the message regarding data duplicates not allowed etc.I am guessing that this is being treated as a new record?My question is how do I update the tblOrderdetails table if I can't find the initial record?
hoping you can assist
mrmoks
I have created a subform to input data into 2 tables set as a 1 to many relationship.tbl Orders can have many records in the tblOrderdetails table,linked field order number.I can enter a new order and the first set of details but when I reopen the form to input a second record into the tblOrderdetails(datasheet)I enter the order number in the main form and it throws the message regarding data duplicates not allowed etc.I am guessing that this is being treated as a new record?My question is how do I update the tblOrderdetails table if I can't find the initial record?
hoping you can assist
mrmoks