
Originally Posted by
John_G
The duplicate values you see in the combo's are probably due to the row source in the combo's being incorrect.
Generally speaking a record selection process like that, using multiple dependant combo boxes, can work only in one direction, i.e. the list shown in Combo2 depends on the value of Combo1, and the list shown in combo3 depends on the values of combo1 AND combo2. But Combo1 does NOT depend on Combo2 or Combo3, and Combo2 does NOT depend on Combo3.
That's very likely. What is the row source for combo1, and is it showing duplicates? What action do you take after making a selection from Combo1?
We'll start with that, and go from there.