I have a list of employee's and they can have a number of different states, Employed - Perm, Employed - Temp etc etc
The table that stored the differnt employment states has a couple of columns one with the state and another with a yes / no to determin if the state is active.
SO what I am doing it running a query to show all the states with yes against them. The results of this I want to use as the criteria for another query.
Is that possible?
The table that stored the differnt employment states has a couple of columns one with the state and another with a yes / no to determin if the state is active.
SO what I am doing it running a query to show all the states with yes against them. The results of this I want to use as the criteria for another query.
Is that possible?