K
Krishna Khemraj
I have a field that can contain any value from 1 to 10
million and need to categorize it using another table
that contains values such as 0k 5k 10k 15k 20k 25k 50k
75k 100k 250k 500k 1000k 1500k 2000k 5000k 10 million
(with a few others thrown in for good measure.) How can
I lookup a value such as 1,256,434.57 and return 1000k or
12,567.67 and return 10k?
For consistency please refer to LargeTbl and LookupTbl as
the two tables referred to above.
Winxp Accessxp
Thanks in advance.
million and need to categorize it using another table
that contains values such as 0k 5k 10k 15k 20k 25k 50k
75k 100k 250k 500k 1000k 1500k 2000k 5000k 10 million
(with a few others thrown in for good measure.) How can
I lookup a value such as 1,256,434.57 and return 1000k or
12,567.67 and return 10k?
For consistency please refer to LargeTbl and LookupTbl as
the two tables referred to above.
Winxp Accessxp
Thanks in advance.