Wayne thanks for the help. Synchronizing the combo boxes is not a
problem. What I want to do is after sync. the combo box I want the
first value on the combo box to be visible. Currently I have to select
that one? Any ideas?
You can do this....
lets say combo 2 is dependent upon combo 1
In combo 1 properties, add the code to the afterupdate
Me.combo2 = Me.combo2.ItemData(0)