How do I synchronize combo boxes? I have populated combo boxes by loading info into arrays from an access database. I need to synchronize these so that when the first box is selected it populates the information for the second box, and when the second box is selected it populates the information to the third. etc. IE: Clicking the RegionName populates the salesmen for that region, then clicking salesman will populate the customers for that salesman. How do I do this?

Help!!