Hi,
I have a form with a subform in it. The source for the form is table A. The source for the subform is table B.
I want to create multiple records in table B (subform) for a single record in table A (form). When I try to do this it returns an error regarding duplicate records in table A.
Is it because that when the record in table B is saved it also tries to save the already created record in table A? Thereby having duplicate records? How can I get around this?
Thank you very much!