G
Guest
I have a pay step field which displays the maximum number of steps for assorted pay grades
For example:
pay plan DP grade 1 has 32 pay steps
pay plan DS grade 1 has 24 pay steps.
Pay plan DT grade 1 has 21 pay steps
The pay step field would display numbers 1-32. for DP, it's correct. For all others, it isn't
I have the correct number of steps for each plan/grade combo in tblJunctionPlanGrade
plan and grade are selected before step, so I have values in those fields to tag the correct entry in tblJunctionPlanGrade
How do I set up a validation expression to make sure the number selected is <= tblJunctionPlanGrade for that combo
Could I set up step to only show the numbers from 1 to the correct number in tblJunctionPlanGrade
For example:
pay plan DP grade 1 has 32 pay steps
pay plan DS grade 1 has 24 pay steps.
Pay plan DT grade 1 has 21 pay steps
The pay step field would display numbers 1-32. for DP, it's correct. For all others, it isn't
I have the correct number of steps for each plan/grade combo in tblJunctionPlanGrade
plan and grade are selected before step, so I have values in those fields to tag the correct entry in tblJunctionPlanGrade
How do I set up a validation expression to make sure the number selected is <= tblJunctionPlanGrade for that combo
Could I set up step to only show the numbers from 1 to the correct number in tblJunctionPlanGrade