I have a field on a form - Age.
In a table I have a list of Age ranges.
MinAge MaxAge AgeRange
10 20 10-20
21 30 21-30
What I am trying to do is whatever number is in the Age field, lookup the table and pull through the correct AgeRange depending on which numbers the age is between according to the min and max.
Any ideas
Regards
Andrew