A combobox matching the selection of another...
Hi,
I have a combo box that is bound to a list in a table, this combo box is say on form1.
I have a form with another combo box in (say form2).
What I would like to do is to get the combo box in form2 to match the selection of that of the one in form1.
Any ideas on the code? I'm thinking some sort of binding?
Thanks,
Re: A combobox matching the selection of another...
We've just had a thread asking exactly this same question. I didn't understand the point of it then and I still don't. Once the selection is made in one combobox what do you gain by doing exactly the same thing in another one. If you need to do this then I'd venture to suggest that your form structure needs revising.