I have a list of participants, they have 5 checkboxes on their record signifying Monday through Friday.
I also have a form for attendance. I would like my attendance for to simply have a yes or no next to the participants names'. What I can't figure out is how is how to display their names with a yes or no radio based on if they are supposed to even be here on the given day.
For example, if today is Tuesday and I have 5 participants schedule to attend on Tuesday, and 7 total (2 not scheduled for Tuesday's) how do I an ensure that Tuesday morning when I fill out the attendance form that only the 5 scheduled for Tuesdays show up in my attendance form?
Can anyone help me with some boolean? I have been searching for almost 2 hours on the matter and come up with nothing.