Hopefully I can explain this well enough - I have -
tbl1
Comp_ID
Component
GoalUpper
GoalLower
IsScored [y/n]
PointValue
tbl2
Emp_ID
Comp_ID
Value
What I want to do (in a report) is check to see if the tbl2.Value is between tbl1.GoalUpper and tbl1.GoalLower and if so - do something [either display "Yes" - for met Goal and/or add the PointValue to the Emp_IDs running total].
Suggestions?
Thanks in advance for your help !
Carolyn
tbl1
Comp_ID
Component
GoalUpper
GoalLower
IsScored [y/n]
PointValue
tbl2
Emp_ID
Comp_ID
Value
What I want to do (in a report) is check to see if the tbl2.Value is between tbl1.GoalUpper and tbl1.GoalLower and if so - do something [either display "Yes" - for met Goal and/or add the PointValue to the Emp_IDs running total].
Suggestions?
Thanks in advance for your help !
Carolyn