C
Charess
I have 3 queries
1.) Count of Employee ID by Department - table 1
2.) Count of Employee ID by Category - Table 3
3.) Count of Employee ID by Final Action Table 3
These three queries all have a count on the employee id. I would like to put
them all on 1 report instead of three separate reports. I have done some
researching, but not found comprehensive instructions on how to do a union
query. So far I've been able to combine the employee id numbers, but its no
help since dept is in one table and category & final action are in
another...am I missing something?
One thing to note is that Table 2 pulls from Table 1 so it is not needed
except to filter specific selected employees. Table 1 is a database of all
employees.
1.) Count of Employee ID by Department - table 1
2.) Count of Employee ID by Category - Table 3
3.) Count of Employee ID by Final Action Table 3
These three queries all have a count on the employee id. I would like to put
them all on 1 report instead of three separate reports. I have done some
researching, but not found comprehensive instructions on how to do a union
query. So far I've been able to combine the employee id numbers, but its no
help since dept is in one table and category & final action are in
another...am I missing something?
One thing to note is that Table 2 pulls from Table 1 so it is not needed
except to filter specific selected employees. Table 1 is a database of all
employees.