G
Guest
I have a database that holds employee records. I am also tracking their activity on an application used in the workplace. I have created a table to store this information using the fields ID, Month, Year, Activity. The activity is pulled manually from a report and the Month & Year are also entered manually. I have created a query that links the activty table to the personnel table with the intention of being able to calculate the amount of activity created by each department on a monthly basis as I know the department each user belongs to. So far all I have achieved is to be able to calculate a cummulative total for each person.
Any help you can provide is appreciated.
Any help you can provide is appreciated.