T
TB
I have a Form with a Master record displayed (it's called
frmMembersAndDonations). The calling form opens frmMembersAndDonations with
this:
DoCmd.OpenForm "frmMembersAndDonations", acNormal, , "[Member ID]=" &
Me.Member_ID
I have a subform with a Detail record displayed as a Datasheet (it's called
frmsubDonations)
Everything works great (master record displayed correctly, all existing
detailed records displayed correctly) EXCEPT:
When I click on the NEW record row, I have to MANUALLY enter the MemberID
value that is the link to the Master record.
What I want is for the form to automatically use the value from the Master
form or record on the Detail form and record. How can I do this?
Many thanks...
frmMembersAndDonations). The calling form opens frmMembersAndDonations with
this:
DoCmd.OpenForm "frmMembersAndDonations", acNormal, , "[Member ID]=" &
Me.Member_ID
I have a subform with a Detail record displayed as a Datasheet (it's called
frmsubDonations)
Everything works great (master record displayed correctly, all existing
detailed records displayed correctly) EXCEPT:
When I click on the NEW record row, I have to MANUALLY enter the MemberID
value that is the link to the Master record.
What I want is for the form to automatically use the value from the Master
form or record on the Detail form and record. How can I do this?
Many thanks...