comparing the contents of two listboxes...?
Can someone help with this?
Two list boxes, a and b.
I want listbox b to contain the same names as listbox a, but not have duplicates. (For example: If there are two "fred"s in listbox A, only show one "fred" in listbox b.
When you add or remove a name from listbox A, listbox B gets updated.
If one of the two "fred"s gets removed from A, listbox b should still have "fred" in there.
Thanks in advance!!!!!!
Re: comparing the contents of two listboxes...?
Here's an example for you
http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=60648#Post60648
I haven't commented it but you should be ok as there's not much to it. Let me know if you want the comments
Re: comparing the contents of two listboxes...?
That is PERFECT!
Thank you from the bottom of my virtual heart!