So I am trying to figure this one out...
I am using Method to manage our students who attend educational classes (we run about 30 a week). Each student can attend up to 3 classes a week of different types. I need to be able to run a filtered list which shows me who and how many students are in each class.
I was thinking that I needed to create a table of those classes and to run my Customer and Contacts list with filters in place which should give me what I need. But I'm not sure how this will work. In order to select multiple classes, I thougth I would have 3 drop down lists... each with the full list of classes. Then, I could select a class for the first one and then leave the others blank unless they attended 2 or 3 classes. This brings up some questions:
- Is there a way to make multiple Drop Down Lists refer to the same table of classes?
- If I can do #1, will the List with Filters bring up everyone in the class selected even if the class is selected in the first Drop Down List and another student has is selected in the second (or even third) Drop Down List?
I am wondering if I should use check boxes because I think that's easier for dealing with more than one class.
I would prefer to use Tags, but it seems that if I do not type in the exact class (which include class name, day, and time) then I won't get any results.
Any ideas on how I can do this?
Thank you for your help!
Meghan