T
trainbow2
I haven't worked with Access in a decade, so I'm rusty.
I have a table of wage increases that reflect a compensation polocy of
raises; table titled Raises.
An employee's raise is a function of (a) wage type and (b) step level
[a.k.a. seniority classification].
An employee's wage type is in the Staff table.
An employee's Step Level is in the Senority table.
Staff and Senority are linked by "Employee #".
I have a qury that can link Staff and Senority to present the wage type and
the step level.
What I am having difficulty with is how to get from those elements to the
correct raise they are due.
What's the process for selecting the correct raise from Raises based on the
wage type from Staff and the step level from Senority?
Dave
I have a table of wage increases that reflect a compensation polocy of
raises; table titled Raises.
An employee's raise is a function of (a) wage type and (b) step level
[a.k.a. seniority classification].
An employee's wage type is in the Staff table.
An employee's Step Level is in the Senority table.
Staff and Senority are linked by "Employee #".
I have a qury that can link Staff and Senority to present the wage type and
the step level.
What I am having difficulty with is how to get from those elements to the
correct raise they are due.
What's the process for selecting the correct raise from Raises based on the
wage type from Staff and the step level from Senority?
Dave