I’m just looking for suggestions on how to set this up. I have a list of about 60 people (not very many), with 8 possible training events to attend, depending on their rank. I’m able to pull information into two tables, defined by classes that are done in person, or classes that are done online. Each table would list EVERY course completed in the respective way, however I only need to report on four from each table. I’d like to set up a table like this:
NAME | TABLE 1 ITEM 1 | TABLE 1 ITEM 2 | TABLE 1 ITEM 3 | TABLE 1 ITEM 4 | TABLE 2 ITEM 1 | TABLE 2 ITEM 2 | TABLE 2 ITEM 3 | TABLE 2 ITEM 4 |
NYIntensity | X | X | X | X | ||||
Jezza | X | X | X | X | X | X | X | X |
I need to (1): define the training events I need to track, (2): list them at the top of the report, (3): list all members of the group in the left column, and (4) indicate whether the person has a matching record in one of the tables corresponding to the columns in the report.