Hello,
I am quite new to access, and am not sure how I can do what i need in my report. I will explain the problem, and any help at all would be greatly appreciated!
In the database, I have Names of people and events. The different events are variable (more can be added, and they can be deleted), as well as the names. In the database, each instance of an event (no matter what type of event) is stored along with who is a part of the event, and how long they are spending doing it.
I have a query set up that does a group by name, and will count how many times each person has done a certain event, and a total of how long they have spent doing the event.
I am trying to set up my table (report) like this:
Again, any help at all would be very appreciated! Thanks very much!
I am quite new to access, and am not sure how I can do what i need in my report. I will explain the problem, and any help at all would be greatly appreciated!
In the database, I have Names of people and events. The different events are variable (more can be added, and they can be deleted), as well as the names. In the database, each instance of an event (no matter what type of event) is stored along with who is a part of the event, and how long they are spending doing it.
I have a query set up that does a group by name, and will count how many times each person has done a certain event, and a total of how long they have spent doing the event.
I am trying to set up my table (report) like this:
Code:
| Name 1 | Name 2 | ... | Name N |
| # |Time| # |Time| ... | # |Time|
----------------------------------
EVENT 1| x |x:xx| x |x:xx| ... | # |x:xx|
EVENT 2| x |x:xx| x |x:xx| ... | # |x:xx|
.......| x |x:xx| x |x:xx| ... | # |x:xx|
EVENT N| x |x:xx| x |x:xx| ... | # |x:xx|
Last edited: