Eddie Mason
Registered User.
- Local time
- Today, 21:51
- Joined
- Jan 31, 2003
- Messages
- 142
Hi All,
I apologise if what I am asking cannot be done.
I want to show a range from 1 to 1500 on a table with the minimum and maximum on each record running consecutively.
Eg:
Table 1 Minimum Maximum
Record 1 1 149
Record 2 150 249
Record 3 250 349 etc.
As the range in each record and the number of records can be controlled by the user, I believe the best way t guarantee that records run consecutively is to have a maximum field only on the table, and calculate the minimum field by adding 1 to the previously highest record. Is this possible and if it is can a lookup be done from the calculated range as follows?
Table 1 Maximum Grade
Record 1 149 A
Record 2 249 B
Record 3 349 C
Table 2 Score Look-up Grade
Record 1 27 A
Record 2 125 A
Record 3 272 C
If what I’m asking is not possible can someone suggest a workaround?
Regards,
Eddie

I apologise if what I am asking cannot be done.
I want to show a range from 1 to 1500 on a table with the minimum and maximum on each record running consecutively.
Eg:
Table 1 Minimum Maximum
Record 1 1 149
Record 2 150 249
Record 3 250 349 etc.
As the range in each record and the number of records can be controlled by the user, I believe the best way t guarantee that records run consecutively is to have a maximum field only on the table, and calculate the minimum field by adding 1 to the previously highest record. Is this possible and if it is can a lookup be done from the calculated range as follows?
Table 1 Maximum Grade
Record 1 149 A
Record 2 249 B
Record 3 349 C
Table 2 Score Look-up Grade
Record 1 27 A
Record 2 125 A
Record 3 272 C
If what I’m asking is not possible can someone suggest a workaround?
Regards,
Eddie