Hi, I have a table that has a keycode field which is 4 characters long and is alphanumeric. The keycodes in the table are the ones that are already used and I have to find out what the longest contiguous range of unused keycodes is. Keycodes look like this for example "A1W9" and the sequence for each position would start with 0 to 9 then A to Z. Is this possible in a query to pull all ranges of unused contiguous keycodes greater than 100? I haven't searched for ranges before so any help would be very appreciated. Thanks!
Andre
Andre