Barry Stow
New member
- Local time
- Today, 11:57
- Joined
- Nov 21, 2012
- Messages
- 2
Ms Access 2003
I have created a membership database which includes a form to record payments of dues. The Payments Form has a main Form and three sub-Forms as follows;
Main Form" frmPayments", not linked, Contains search box to locate a members details in tblMembers
Sub Form " sub_frmMmbersDetails" linked to tblMembers, Displays selected members details
Sub Form "sub_frmPayments" linked to tblPayments, Allows entry of payment data
On selection of a Member and entry of a payment I want to be able to Save the payment details to tblPayments (and any changes that may be made to correct a members record to tblMembers), and proceed to select another member and enter another payment. I have set up three command buttons to Close the Main form (DoCmd Save)and Save the data and Close (DoCmd.Save & DoCmd.Close), and Cancel without saving.
I have created the forms and can select a Member, display the membership data and allow the Payment data entry, however I can’t make the two save buttons work.
Any help would be most appreciated.
I have created a membership database which includes a form to record payments of dues. The Payments Form has a main Form and three sub-Forms as follows;
Main Form" frmPayments", not linked, Contains search box to locate a members details in tblMembers
Sub Form " sub_frmMmbersDetails" linked to tblMembers, Displays selected members details
Sub Form "sub_frmPayments" linked to tblPayments, Allows entry of payment data
On selection of a Member and entry of a payment I want to be able to Save the payment details to tblPayments (and any changes that may be made to correct a members record to tblMembers), and proceed to select another member and enter another payment. I have set up three command buttons to Close the Main form (DoCmd Save)and Save the data and Close (DoCmd.Save & DoCmd.Close), and Cancel without saving.
I have created the forms and can select a Member, display the membership data and allow the Payment data entry, however I can’t make the two save buttons work.
Any help would be most appreciated.