After some trial and error, I have everything working perfectly. I really appreciate the help.
I do have a different question now if you care to help. So in my main table (tblProjectSummary) there are 25 checkboxes, and along with each checkbox are 2 other fields, 1 of them a date, the other text.
I would like to create a report that shows me any record in tblProjectSummary in which ANY one of these 25 checkboxes are checked. So I created a query to check for any 1 of the 25 checkboxes being checked. That part works fine. Here's where I run into trouble. If possible, I would like the report to show me the record that has 1 of the checkboxes checked, show me ONLY the checkboxes that are checked and the 2 fields (date & text) that go along with that checkbox. So basically, if on record #3 the 10th checkbox is checked, when I run the report, it will show me ID 3, checkbox 10, and the date and text fields that go with checkbox 10 (we can just call them for conversation sake Date10 and Text10).
Is this possible in a report? To show things ONLY if a condition like a checkbox is met.