try this:
- create in the mainform a unbound editfield i.e. editDummyID
- in SubFormA's Form_Current() add
Me.Parent.editDummyID.Value = Me.foreignkeyXYZ
- link SubFormB to editDummyID
another solution is to set the control source of the dummyfield to the subformA's foreign key. When I used...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.