I have a listbox that diplays the tables of an Access DB. I need to be able to click on a item in the listbox and display the contents of that table into a DBGrid.
I have the listbox populated with the table names, but I can't get the click funtion to populate the DBGrid with the selected table data.
I have the listbox populated with the table names, but I can't get the click funtion to populate the DBGrid with the selected table data.