Attendance check boxes

I have a list of attendees in a city. Every time there is a meeting in that city, I need to take the attendance of those that belong to that city and store the results for only those that attended (don't care about absentees). Also, need to be able to add new attendees. Can anyone give me pointers?

0 1 100
1 REPLY 1

I would have a table for "Attendance" and one of the fields configured as Enumlist basetype Ref, which will let you select multiple rows from the "People" (or similar) table.
Since you don't care about absentees, this should be the fastest way

Top Labels in this Space