Using Access 2000
I'm having a brain cramp concerning a subform and can't quite figure out what's going wrong.
tblMembers has, among others, the following fields
MemberID (primary key)
LastName
FirstName
tblAwards has the following 3 fields
AwardID (primary key)
Award
MemberID (foreign key to tblMembers)
The Award field has 2 entries, with more to be added later. The two entries are "Kiwanian of the Year" and "Mel Osborne Fellow."
On frmMembers, I have put a subform called fsubAwards, linked to frmMembers by MemberID. The subform has a combo box in which you select either "Kiwanian of the Year" or "Mel Osborne Fellow."
So on the page for the first member, P. Anderson, I click on "Kiwanian of the Year" and it seems to stick. However, when I then check tblAwards, I see a third line entered in the Award field, this third line having a new AwardID, the AwardID number for the "Kiwanian of the Year" (this being 1) and the corresponding correct number for the MemberID.
Obviously, I have something wrong and would appreciate being kicked in the right direction.
Thanks.
Tom
I'm having a brain cramp concerning a subform and can't quite figure out what's going wrong.
tblMembers has, among others, the following fields
MemberID (primary key)
LastName
FirstName
tblAwards has the following 3 fields
AwardID (primary key)
Award
MemberID (foreign key to tblMembers)
The Award field has 2 entries, with more to be added later. The two entries are "Kiwanian of the Year" and "Mel Osborne Fellow."
On frmMembers, I have put a subform called fsubAwards, linked to frmMembers by MemberID. The subform has a combo box in which you select either "Kiwanian of the Year" or "Mel Osborne Fellow."
So on the page for the first member, P. Anderson, I click on "Kiwanian of the Year" and it seems to stick. However, when I then check tblAwards, I see a third line entered in the Award field, this third line having a new AwardID, the AwardID number for the "Kiwanian of the Year" (this being 1) and the corresponding correct number for the MemberID.
Obviously, I have something wrong and would appreciate being kicked in the right direction.
Thanks.
Tom