T
talibm
I am attempting to set up a HR Performance form in access 2003. For each
employee I want to be able to select a performance level [perfrate] from a
combo box field (5 choices) and a quartile [qrtle] from another combo box
field (4 choices). Based on the combination I want to restrict the values
that can be entered in a filed for percentage of increase. Here is part of
the pseudo code of what I'm trying to accomplish.
Performance Rating = 2
PerfRate = 2 and Qrtle = 1: Percent is Between 0-2%
If Percent > 2% then
Display “Increase Percent exceeds permitted range supervisor’s signature
requiredâ€
Else
If Percent < 0% then
Display popup warning “Please enter amount within permissible rangeâ€
End If
PerfRate = 2 and Qrtle = 2: Percent is Between 0-1% ...
there are 20 possible combinations. Thanks
employee I want to be able to select a performance level [perfrate] from a
combo box field (5 choices) and a quartile [qrtle] from another combo box
field (4 choices). Based on the combination I want to restrict the values
that can be entered in a filed for percentage of increase. Here is part of
the pseudo code of what I'm trying to accomplish.
Performance Rating = 2
PerfRate = 2 and Qrtle = 1: Percent is Between 0-2%
If Percent > 2% then
Display “Increase Percent exceeds permitted range supervisor’s signature
requiredâ€
Else
If Percent < 0% then
Display popup warning “Please enter amount within permissible rangeâ€
End If
PerfRate = 2 and Qrtle = 2: Percent is Between 0-1% ...
there are 20 possible combinations. Thanks