I am creating a database that has four unique numbers the designate an area. Each number will contain no more that 3 digits. These numbers are tied into each other. For Example, An area may be 74:6:2:3. Where,
74 = county
6 = town
2 = Subdivision
3 = Further division.
I am stummped on my development. My client would want to search multiple areas at a time. each number ties back to the preceeding number. The search could also just include the 1st and second number and use wildcards for the 3rd and 4th numbers.
If this is not clear, please let me know. I will try to clarify this a bit more.
74 = county
6 = town
2 = Subdivision
3 = Further division.
I am stummped on my development. My client would want to search multiple areas at a time. each number ties back to the preceeding number. The search could also just include the 1st and second number and use wildcards for the 3rd and 4th numbers.
If this is not clear, please let me know. I will try to clarify this a bit more.
Comment