This is a database that tracks information for members of a Kiwanis Club.
On frmMembers, there are five tabs, two of which are "Membership Data" and "Legion of Honour."
The Membership Data tab has a number of controls, plus a subform "fsubAwardsGiven." The subform has four controls: Award, DateGiven, AwardID, and MemberID.
The values in the subform are written to "tblAwardGiven"
Note that a Member can receive any of 6 awards, one of which is "Legion of Honour".
The "Legion of Honour" tab has three controls: LegionofHonour (records number of years to be awarded), LegionOfHonourYear (tracks the date of the current award), and #ofYearsinKiwanis (this last field is automatically filled based on DLookUp("[LengthMember]","qryYearsInClubOVER25","[MemberID]=Forms!frmMembers!MemberID").
The "Legion of Honour" award is given in 5 year increments after a member has been in the club for 25 or more years.
Issue to be solved:
The person who keeps the database goes to the "Legion of Honour" tab in frmMembers, enters (1) the Number of Years awarded and (2) the date of the award.
What would be the best way for that information to automatically be written to the subform "fsubAwardsGiven"? This would alleviate the necessity of going also to the "Membership Data" tab and entering the data again in a new row in the subform.
Thanks for any assistance that can be provided.
Tom
On frmMembers, there are five tabs, two of which are "Membership Data" and "Legion of Honour."
The Membership Data tab has a number of controls, plus a subform "fsubAwardsGiven." The subform has four controls: Award, DateGiven, AwardID, and MemberID.
The values in the subform are written to "tblAwardGiven"
Note that a Member can receive any of 6 awards, one of which is "Legion of Honour".
The "Legion of Honour" tab has three controls: LegionofHonour (records number of years to be awarded), LegionOfHonourYear (tracks the date of the current award), and #ofYearsinKiwanis (this last field is automatically filled based on DLookUp("[LengthMember]","qryYearsInClubOVER25","[MemberID]=Forms!frmMembers!MemberID").
The "Legion of Honour" award is given in 5 year increments after a member has been in the club for 25 or more years.
Issue to be solved:
The person who keeps the database goes to the "Legion of Honour" tab in frmMembers, enters (1) the Number of Years awarded and (2) the date of the award.
What would be the best way for that information to automatically be written to the subform "fsubAwardsGiven"? This would alleviate the necessity of going also to the "Membership Data" tab and entering the data again in a new row in the subform.
Thanks for any assistance that can be provided.
Tom