I know how to do this with a series of Iif statements but I would like to do this where I can change the 'borders' in a table
Depending on the value of a $ field [$field], I want to assign an [id] depending if [$field] is between 0 to 101, 100 to 200, 201 to 300 etc..
The reference table would look like [id], [lowerborder], [highborder].
How can I put the border in a table instead of in the IIf statement?
Thanks
Depending on the value of a $ field [$field], I want to assign an [id] depending if [$field] is between 0 to 101, 100 to 200, 201 to 300 etc..
The reference table would look like [id], [lowerborder], [highborder].
How can I put the border in a table instead of in the IIf statement?
Thanks