I ran across this example of code that creates a filter on one combo box based on another combo box selection:
http://www.databasedev.co.uk/filter_combo_boxes.html
The example is only based on two combo boxes. I have three that need to filtered by Director, Manager and Employee.
The example...