T
Tia
Dear all,
I have a table,that shows me a list of job title and total required
for each positions.
And a table for a job offer list that mentioned the position name and
applicant details.
My query looks like this
I have made a query combining between the salary scale and count
joboffers
Position :SALARYSCALE Query
Total required:SALARYSCALE Query
CountOfPOSITION APPLIED FOR:JOBOFFERCOUNTBYPOSITION
REMAININGBALANCE: nz([SALARYSCALE Query]![TotalRequired])-nz
([JOBOFFERCOUNTBYPOSITION]![CountOfPOSITION APPLIED FOR])
I am getting the list of the positions that has been applied for along
with the remaining balance.
But what i really needs is a list for all the position in the salary
scale mentioning the sum of 0 taken or the total job offer.
What i am getting is only the list of the job titles with a job offer
What i need is a list with the vacant job titles
Hope i was clear
I have a table,that shows me a list of job title and total required
for each positions.
And a table for a job offer list that mentioned the position name and
applicant details.
My query looks like this
I have made a query combining between the salary scale and count
joboffers
Position :SALARYSCALE Query
Total required:SALARYSCALE Query
CountOfPOSITION APPLIED FOR:JOBOFFERCOUNTBYPOSITION
REMAININGBALANCE: nz([SALARYSCALE Query]![TotalRequired])-nz
([JOBOFFERCOUNTBYPOSITION]![CountOfPOSITION APPLIED FOR])
I am getting the list of the positions that has been applied for along
with the remaining balance.
But what i really needs is a list for all the position in the salary
scale mentioning the sum of 0 taken or the total job offer.
What i am getting is only the list of the job titles with a job offer
What i need is a list with the vacant job titles
Hope i was clear