Ok probably a dumb question. But I have a form with 3 individual tabs on it. I have a combobox control array.
What I want is to add the items to the combobox on the first tab then duplicate it across the other three. This way they are all the same. This way it doesn't matter which combo box they select from I can synchronize the data accross all 3 tabs. tried a simple combobox(1) = combobox(0) but doesn't work...any suggestions?
thnks in advance
What I want is to add the items to the combobox on the first tab then duplicate it across the other three. This way they are all the same. This way it doesn't matter which combo box they select from I can synchronize the data accross all 3 tabs. tried a simple combobox(1) = combobox(0) but doesn't work...any suggestions?
thnks in advance