I have multiple tables I'm going to be putting into a query, but I'm getting stuck on one thing.
I have a main table called 'tblEvent' with data similar to the following:
eventID | eventCheck1 | eventCheck2
123 | 0 | 0
124 | 1 | 0
125 | 0 | 1
126 | 1 | 1
...which is related to a table called...