J
John Smith
I have a table name NumberInUser with number from 1 to X
I have another table with OwnerNames. The OwnerName have a range of number
they can use.
Owner 1 = 1 to 49
Owner 2 = 50 to 69
Owner 3 = 70 to 89
I'm looking for a way to retrieve number that are not use in the table
NumberInUse.
For exemple, if the number 1 to 10, 15,17,19 are in use whene the Owner1 is
selected, the result should be 11-14,16,18,20-49
Anyone have an idea?
Thanks
JS
I have another table with OwnerNames. The OwnerName have a range of number
they can use.
Owner 1 = 1 to 49
Owner 2 = 50 to 69
Owner 3 = 70 to 89
I'm looking for a way to retrieve number that are not use in the table
NumberInUse.
For exemple, if the number 1 to 10, 15,17,19 are in use whene the Owner1 is
selected, the result should be 11-14,16,18,20-49
Anyone have an idea?
Thanks
JS