Hello everyone,
I am using Access 2010, 64 bit on Windows 7. I am going to detail my challenge and hopefully someone can direct me to help me understand how to get this done.
I have created a Member Table and a Dues Table. This is a 1 (Mbr) to Many (Dues) relationship.
1. When I wish to Add Dues, what I have created so far is a form, where there is a Combo Box in the form Header to get a list of members
from the Member Table, using the Mbr_Bond_Number and Mbr_Last_Name to ensure they grab the valid member.
2. Now when they select the record they want, what I need to do is take the MBR_Bond_Number & MBR_Last_Name and move it to the form
in the detail portion of the form. This way, the user cannot enter a Bond Number that does not exist in the Member Table.
3. On the Dues Table, the field is DUES_Bond_Number and in the Member table, it is MBR_Bond_Number. When the user selects an
entry from the combo box, how can I get the MBR_Bond_Number to the DUES_Bond_Number. Then when they click on Save, I have the
key values set correctly.
4. I will make the DUES_Bond_Number protected on the screen, this way the user cannot enter a value on the screen.
Any help & direction would be greatly appreciated and thanx in advance.
Jerry