R
Randy Fritz
Hello NG
I have a table for employee data and each employee is given a number
between 1000 and 1500. As an employee leaves we move them employee to a
different series of numbers to free up the numbers available. I want to try
to simplify the process of determining a new employees number by making a
list box of all available numbers. How do you right a query to SELECT
Numbers FROM Between 1000 and 1500 WHERE Numbers NOT IN ( SELECT Numbers
FROM EMPTABLE WHERE Numbers Between 1000 and 1500;
TIAFAH
Randy
I have a table for employee data and each employee is given a number
between 1000 and 1500. As an employee leaves we move them employee to a
different series of numbers to free up the numbers available. I want to try
to simplify the process of determining a new employees number by making a
list box of all available numbers. How do you right a query to SELECT
Numbers FROM Between 1000 and 1500 WHERE Numbers NOT IN ( SELECT Numbers
FROM EMPTABLE WHERE Numbers Between 1000 and 1500;
TIAFAH
Randy