skwilliams
Registered User.
- Local time
- Today, 17:07
- Joined
- Jan 18, 2002
- Messages
- 516
I have 4 tables with data used for rating employee production in reviews. Each table holds data as in a scale. For example tblPa is the production scoring table for employees with 0 to 2 months experience. If any employee has a weekly production of 200 orders they would rate in the 3 point scale which is between 175 and 225 orders.
On the form where the weekly orders figure is located is also a scale number for the employees experience. This figure should correspond to the proper scale table.
I would like to select the scale number in the form's scale field and on clicking a refresh button, the application should reference that table and use the weekly order figure from the form to find the proper score for the weekly orders.
I hope this makes sense?
Thanks.
On the form where the weekly orders figure is located is also a scale number for the employees experience. This figure should correspond to the proper scale table.
I would like to select the scale number in the form's scale field and on clicking a refresh button, the application should reference that table and use the weekly order figure from the form to find the proper score for the weekly orders.
I hope this makes sense?
Thanks.