Hi
I have 2 combo boxes that has values from users table. after choosing a user in the first combo box I need to update the second combo box to have all the other users (removing the selected user that we chosed from combo 1).
Example:
combo 1 have: Sam, Adam, Mike and I choose Mike
combo 2 will get updated and only have Sam and Adam
I need to do that programatically.
Thanks