I am opening up a subform in a new window by the use of a button. Form A is the parent, Form B is the child. A 1-many relationship. When pressing the button on Form A, Form B pops up with the appropriate records linked by idKey. However, when I create a new record in form B, (B)idKey is not set to that of its parent value (A)idKey. Is there a way to update idKey in form B to equal that of idKey in form A? I think I need some VBA for this.
Thank you!
Thank you!