Still learning, apologies in advance.
I have two tables Parenttbl and Childtbl, linked in a one to many relationship.
I have a ParentForm and a ChildForm. I would like a button on my ParentForm that opens ChildForm with a new record, where the foreign key is automatically populated, but cannot for the life of me do this.
I have played around with the Macro Editor. With OpenForm I can create a new record, but the foreign key is blank.
I have tried to follow the instructions here and here, but could not get it to work.
Thanks in advance.