I have a contact manager application. On the form where you can input/edit a contact, I have a dropdown box that lets you categorize the contact. I would like to have a list display below that dropdown box which displays the name of every other person that has that catagory selected (should be about 5-10 people). Preferably, I would like to be able to select more then one (a multiselect) and have all of those display.
I assume that to do this I have to write a script that will retrieve the names of every person that has that label and then displays them. IS this even possible, and if so could someone please give me some direction on how to do it. Thanks.