J
John
Hi
I have two tables
1. tblJobs with JobID and Date fields for all jobs booked, and
2. tblStaff with JobID and StaffID for staff booked on a job.
Link between the two tables is JobID.
My question is how can I return staff counts for jobs of this year and staff
count for last year broken down by months. Like below;
This Year Staff Count Last Year Staff Count
Jan
Feb
Mar
....etc.
Any help would be appreciated.
Many Thanks
Regards
I have two tables
1. tblJobs with JobID and Date fields for all jobs booked, and
2. tblStaff with JobID and StaffID for staff booked on a job.
Link between the two tables is JobID.
My question is how can I return staff counts for jobs of this year and staff
count for last year broken down by months. Like below;
This Year Staff Count Last Year Staff Count
Jan
Feb
Mar
....etc.
Any help would be appreciated.
Many Thanks
Regards