Hi All, I have two tables. One table holds a list of states names. The other
table holds the statesID the user slected along with there employeeID. I would
like to have a link that allows the user to add additional states to there page
at any given time. Once the user clicks the link, the goal is not to display
to the user the states that he or she as already but only display the remaining
available states to be select. I am thinking that a sub-select would be the
best approach.

Thanks in advance.