J
JackH
I am currently working on an access database for the wellness division of the non-profit organization I work for. They are currently tracking all of there members, activities, member attendance, and payments in excel worksheets.
Here is the current table setup:
tblindividuals 1->many tblactivityindividuals many->1 tblactivities many->1 tblsourceactivities
tblindividuals 1->many tblpaymenthistory
tblindividuals 1->many tblmembership
the initial issue is how to handle attendance easily on a form. The person entering attendance, after a class/activity has been held, does not want to look up each individual and then assign the activity and put in the attendance. I need to know how I can assign several individuals at one time to an activity/class and also add the attendance of each individual that attended the class at one time.
Does this make since?
Some thoughts I had were:
1. Create a membership type and somehow be able to assign all individuals that would be allowed that actvitiy/class by the type of membership.
2. Be able to pick the membership type on a form and somehow select all attendees at one time with the specific date and time
Any ideas would be greatly appreciated.
Jack
Here is the current table setup:
tblindividuals 1->many tblactivityindividuals many->1 tblactivities many->1 tblsourceactivities
tblindividuals 1->many tblpaymenthistory
tblindividuals 1->many tblmembership
the initial issue is how to handle attendance easily on a form. The person entering attendance, after a class/activity has been held, does not want to look up each individual and then assign the activity and put in the attendance. I need to know how I can assign several individuals at one time to an activity/class and also add the attendance of each individual that attended the class at one time.
Does this make since?
Some thoughts I had were:
1. Create a membership type and somehow be able to assign all individuals that would be allowed that actvitiy/class by the type of membership.
2. Be able to pick the membership type on a form and somehow select all attendees at one time with the specific date and time
Any ideas would be greatly appreciated.
Jack