C
Compustudent
I gave a database that consists of one main table with a few sub
tables linked in. and I am having a problem running a query on it.
The main table is for example "jobs", and the sub tables are who
participated in them, there is one table for driving, another for
being at headquarters, and one for assisting out.
I want to make a query that will count up the amount of jobs each
individual participated in, over a particular date range.
The date information is stored in the main table.
I don't know how to run a query that will add up how many times
someone did work in "driving" and how many times did work in
"assisting out", and add it together, so that in the end I will just
see that "john doe" worked on 15 jobs.
Thank You
tables linked in. and I am having a problem running a query on it.
The main table is for example "jobs", and the sub tables are who
participated in them, there is one table for driving, another for
being at headquarters, and one for assisting out.
I want to make a query that will count up the amount of jobs each
individual participated in, over a particular date range.
The date information is stored in the main table.
I don't know how to run a query that will add up how many times
someone did work in "driving" and how many times did work in
"assisting out", and add it together, so that in the end I will just
see that "john doe" worked on 15 jobs.
Thank You