I am trying to fill a combo box with the fields available in a given table. I.e If I have a table called "Names" and the fields are "Name" and "Telnumber", I want the combo box to have Name , and Telnumber populated in the control.
Printable View
I am trying to fill a combo box with the fields available in a given table. I.e If I have a table called "Names" and the fields are "Name" and "Telnumber", I want the combo box to have Name , and Telnumber populated in the control.
Hello myself - I have worked it out - and have now finished my little project......
I have a written a simple VB app that will let you choose a database and then a table withinit and then a specific field. The you can click run to extraxt all the spaces out of any records in the tables records for that field.