I have two combo boxes on a form. The first box I want to populate with names of the tables in the database. The second combo box I want to populate with names of fields within the selected table.
I know how to generate the list of tables, and the fields within them, but how do I get these into the combo box as the data source?
Many thanks
John R
I know how to generate the list of tables, and the fields within them, but how do I get these into the combo box as the data source?
Many thanks
John R