I'm trying to create a report that requires a list of names that are checked. I guess I can do a list on the report, but not sure how to handle the query portion. tbl1 has all the checkboxes, but tbl2 and tbl3 have the names.
Chkbox1 = person1, etc. Chkbox4 = person4, etc.
tbl1
Chkbox1
Chkbox2
Chkbox3
Chkbox4
Chkbox5
Chkbox6
tbl2
ID Name
1 person1 (if chkbox 1 is checked)
2 person2 (if chkbox 2 is checked)
3 person3 (if chkbox 3 is checked)
tbl3
ID Name
1 person4 (if chkbox 4 is checked)
2 person5 (if chkbox 5 is checked)
3 person6 (if chkbox 6 is checked)
Chkbox1 = person1, etc. Chkbox4 = person4, etc.
tbl1
Chkbox1
Chkbox2
Chkbox3
Chkbox4
Chkbox5
Chkbox6
tbl2
ID Name
1 person1 (if chkbox 1 is checked)
2 person2 (if chkbox 2 is checked)
3 person3 (if chkbox 3 is checked)
tbl3
ID Name
1 person4 (if chkbox 4 is checked)
2 person5 (if chkbox 5 is checked)
3 person6 (if chkbox 6 is checked)