I have a form with a combo box that lists all the tables that are in a seperate database. I would like the user to be able to choose the table name from the cboBox, click "OK" and have a select query open and show all information pertaining to the selected table. The trick is, as I stated before, is the table that the information is being drawn from is located in a seperate database.
I guess my question is:
Is there a way for me to set the SQL behind the query to automatically change with the users selection.
Thanks in advance.
I guess my question is:
Is there a way for me to set the SQL behind the query to automatically change with the users selection.
Thanks in advance.