Hi All,
I have this code:
![]()
Private Sub ComboBox29_Change() If Me.ComboBox29.Value = "DPARM001" Then Me.ComboBox30.Value = "DPARM001" End If End Sub
However, rather than have a case or an If arrangement, which will lead to high maintenance, is there a method by which ComboBox30 will emulate what is input into ComboBox29?
Bookmarks