I am working on 2 tables named as ?A? and ?B?.
..............................
TableA with 3 fields as below
------+-----------+-------
Score | ResultA |ResultB
------+-----------+-------
150.00| 35.00 | 25.00
------+-----------+-------
255.00| 45.00 | 30.00
------+-----------+-------
TableB with 4 fields as below
-------+--------+---------+---------
LowLim | UpLim | ResultA | ResultB
-------+--------+---------+---------
100.01 | 200.00 | 35.00 | 25.00
-------+--------+---------+---------
200.01-| 300.00 | 45.00 | 30.00
-------+--------+---------+---------
.................................
Whenever I put in a value in the ?Score? field in table ?A? I need to get the values for ?ResultA? and ?ResultB? in table ?B?. As long as my score value in table ?A? is within the range of any given ?LowLim? and the ?UppLim? values of table ?B? the values for ?ResultA? and ?ResultB? are valid to be recorded in my table ?A?.
I find that I cannot use ?lookup table? in the usual manner which Paradox allows since my score value does not match the value of neither the ?LowLim? nor the ?UppLim? fields in table ?B?.
Is there a way of solving this problem? Or am I asking something which is beyond the capability of Paradox.
..............................
TableA with 3 fields as below
------+-----------+-------
Score | ResultA |ResultB
------+-----------+-------
150.00| 35.00 | 25.00
------+-----------+-------
255.00| 45.00 | 30.00
------+-----------+-------
TableB with 4 fields as below
-------+--------+---------+---------
LowLim | UpLim | ResultA | ResultB
-------+--------+---------+---------
100.01 | 200.00 | 35.00 | 25.00
-------+--------+---------+---------
200.01-| 300.00 | 45.00 | 30.00
-------+--------+---------+---------
.................................
Whenever I put in a value in the ?Score? field in table ?A? I need to get the values for ?ResultA? and ?ResultB? in table ?B?. As long as my score value in table ?A? is within the range of any given ?LowLim? and the ?UppLim? values of table ?B? the values for ?ResultA? and ?ResultB? are valid to be recorded in my table ?A?.
I find that I cannot use ?lookup table? in the usual manner which Paradox allows since my score value does not match the value of neither the ?LowLim? nor the ?UppLim? fields in table ?B?.
Is there a way of solving this problem? Or am I asking something which is beyond the capability of Paradox.