I am making a Form/or report that shows some stats about jobs assigned and jobs attended, and manhours incurred, response time, turn around time, etc... by a couple of engineers in their daily work.
For all these required stats i have an individual query for each. However, I want to make a form or report to show all these stats together. Is this even possible? Or is there a simpler/better way to do this? To compile all the statistic, i would probly need to make 20-30 queries.
(note: all the data comes from 1 single table, although each statistic uses different fields and different criteria)
For eg.
Part 1 - for number of jobs attended by Engineers, i have a query to count the number of rows of manhours fields clocked by the Engineer(each engineer have 1 manhour field) with criteria where it is not = 0 and with also date range criteria. I have 5 engineers (Hence 5 queries for just this stat on jobs attended and 5 times to key in the date range... ...). Is there an easier way?
Part 2 - some other stats based on other queries (calculated which i haven got it to work yet... will check on this when i solve part 1 first)
Many thanks.
For all these required stats i have an individual query for each. However, I want to make a form or report to show all these stats together. Is this even possible? Or is there a simpler/better way to do this? To compile all the statistic, i would probly need to make 20-30 queries.
(note: all the data comes from 1 single table, although each statistic uses different fields and different criteria)
For eg.
Part 1 - for number of jobs attended by Engineers, i have a query to count the number of rows of manhours fields clocked by the Engineer(each engineer have 1 manhour field) with criteria where it is not = 0 and with also date range criteria. I have 5 engineers (Hence 5 queries for just this stat on jobs attended and 5 times to key in the date range... ...). Is there an easier way?
Part 2 - some other stats based on other queries (calculated which i haven got it to work yet... will check on this when i solve part 1 first)
Many thanks.