S
Sara
Hello,
I have tried this several ways and am stumped. I am trying to query the
following information:
Department
Total Filled Classified per Dept
Total Vacant Classified per Dept
Total Filled Unclassified per Dept
Total Vacant Unclassified per Dept
Right now I have all 4 of those in 4 separate queries because when I try to
put it all in one query it returns nothing. For my "Filled?" field I have the
criteria listed as "Yes" for filled, and "No" for Vacant. For the "Class"
field I have "Like U*" for Unclassified and "Not Like U*" for Classified. I
would like all of this information combined. I've been trying to create a
query to pull all that information. The problem is, not every department has
a vacant position in it, so for those depts that don't have a vacant, the
query leaves that result out. I want to ultimately create a report with this
information. I've tried just creating a report with the 4 separate queries
but it does the same thing -- leaves out depts that don't have both filled
and vacant positions in them. I tried using the Nz() formula but since it's
not technically returning a null value, it doesn't work.
Thanks in advance!!
I have tried this several ways and am stumped. I am trying to query the
following information:
Department
Total Filled Classified per Dept
Total Vacant Classified per Dept
Total Filled Unclassified per Dept
Total Vacant Unclassified per Dept
Right now I have all 4 of those in 4 separate queries because when I try to
put it all in one query it returns nothing. For my "Filled?" field I have the
criteria listed as "Yes" for filled, and "No" for Vacant. For the "Class"
field I have "Like U*" for Unclassified and "Not Like U*" for Classified. I
would like all of this information combined. I've been trying to create a
query to pull all that information. The problem is, not every department has
a vacant position in it, so for those depts that don't have a vacant, the
query leaves that result out. I want to ultimately create a report with this
information. I've tried just creating a report with the 4 separate queries
but it does the same thing -- leaves out depts that don't have both filled
and vacant positions in them. I tried using the Nz() formula but since it's
not technically returning a null value, it doesn't work.
Thanks in advance!!