My DB tracks sponsors for a non-profit.
On my edit sponsor form, I had a subform to enter payments. It worked well (with much help from the experts here). The master and child fields linked well and all the necessary data appended to a new record in the payments table.
Now to make it more user friendly, I changed the subform to a popup form (The 2 forms took up too much real estate on the screen).
I deleted the payments subform and created a command button to open the payments form as a popup.
I need 3 fields on the payments form to be populated from the edit sponsor form (sponsorID, MemberID, SponsorTypeID) and then payment details to be entered and posted to a new record in the payments table.
Problem: Since I've changed the payment form from a subform to a popup form, the master/child relationships are gone and the 3 fields I need for the payment record no longer appear.
I know I need a good lesson on filtering, but can anyone help with this specific problem in the meanwhile?
Thanks,
Pat
On my edit sponsor form, I had a subform to enter payments. It worked well (with much help from the experts here). The master and child fields linked well and all the necessary data appended to a new record in the payments table.
Now to make it more user friendly, I changed the subform to a popup form (The 2 forms took up too much real estate on the screen).
I deleted the payments subform and created a command button to open the payments form as a popup.
I need 3 fields on the payments form to be populated from the edit sponsor form (sponsorID, MemberID, SponsorTypeID) and then payment details to be entered and posted to a new record in the payments table.
Problem: Since I've changed the payment form from a subform to a popup form, the master/child relationships are gone and the 3 fields I need for the payment record no longer appear.
I know I need a good lesson on filtering, but can anyone help with this specific problem in the meanwhile?
Thanks,
Pat