i am in my first days using vb.net, so this may be quite simple... in a windows application i have a listbox whose items are pulled from MS Access database table. These records (the list) represent the names of each table in the database.
part one: i would like the listbox to pull the database table names from the database itself, rather than maintaining a special table to do this.
part two: i have a datagrid that i want dynamically populated by choosing a table name from the listbox.
any ideas?
part one: i would like the listbox to pull the database table names from the database itself, rather than maintaining a special table to do this.
part two: i have a datagrid that i want dynamically populated by choosing a table name from the listbox.
any ideas?