How will I do it on code when I need to find a number between ranges. Example, i have a range start and range end fields. record number one start is 1 and end is 5, next record starts with 6 and ends with 10 and so on. Once I have searched the number 3, it will return the first record.
Help anyone?