G
Guest
I have two tables
Parent is "Members" and child is "Attenance
The main form contains one record for "Members" and the "CoreGroup" field is displayed (and updateable) in the "CoreGroup" listbox object on the "Members" form.
The "Attendance" subform is a list of all attendance records for each Member.
When I insert a new attendance record, I want to update that record's "CoreGroup" field with the current "Members.CoreGroup" field (or object). I am doing this to track the CoreGroups assigned to each attendance record. I want to store actual text name of the CoreGroup, not the ID
Thanks in advance
Kelly
Parent is "Members" and child is "Attenance
The main form contains one record for "Members" and the "CoreGroup" field is displayed (and updateable) in the "CoreGroup" listbox object on the "Members" form.
The "Attendance" subform is a list of all attendance records for each Member.
When I insert a new attendance record, I want to update that record's "CoreGroup" field with the current "Members.CoreGroup" field (or object). I am doing this to track the CoreGroups assigned to each attendance record. I want to store actual text name of the CoreGroup, not the ID
Thanks in advance
Kelly