G
Guest
Hello,
I need to create a report that basically shows employees who have completed
something similar to a hiring process.
The criteria to indicate that the process has been completed is:
1. The presence of 4 dates in a table. The presence of each date
represents the completion of a single phase/stage of the hiring process.
2. Verified access to a number of applications, based on job title.
I do something very similar on a form using the OnCurrent event. I check
for the presence of each date and increment a counter for each date present.
Each job title has a set number of applications that the employee needs. I
check the number of apps needed, then compare that to how many apps have been
verified. If the two counts are equal (and <> 0) then all apps have been
verified. If all conditions are met, I display a lable indicating the
process is complete.
My report has all the necessary data, but I need to apply the conditional
logic so that I only get the records that meet the criteria.
I know this was pretty long-worded, but I wanted to explain this clearly.
Can anyone point me in the right direction?
TIA,
Rich
I need to create a report that basically shows employees who have completed
something similar to a hiring process.
The criteria to indicate that the process has been completed is:
1. The presence of 4 dates in a table. The presence of each date
represents the completion of a single phase/stage of the hiring process.
2. Verified access to a number of applications, based on job title.
I do something very similar on a form using the OnCurrent event. I check
for the presence of each date and increment a counter for each date present.
Each job title has a set number of applications that the employee needs. I
check the number of apps needed, then compare that to how many apps have been
verified. If the two counts are equal (and <> 0) then all apps have been
verified. If all conditions are met, I display a lable indicating the
process is complete.
My report has all the necessary data, but I need to apply the conditional
logic so that I only get the records that meet the criteria.
I know this was pretty long-worded, but I wanted to explain this clearly.
Can anyone point me in the right direction?
TIA,
Rich