How to synchronize two controls on a form
I have a combo box to look up the CompanyName by typing the name of the customer.To this end the column width for the ID number is set to 0. It works fine however I want also that the Customer ID number is also shown,and if I do not set the ID number to 0, than I cannot look up by typing. To evade this problem I have put a second control on the form called CID and I want by coding to syncrhonize the two controls. Is there any possibility to synchronize the two controls ?