I'm trying to make it so that I can have a combo box that lists the tables available in a SQL database based on the server name and database name that I have entered into textboxes. I don't want to create a passthrough querydef. I read online that I might be able to set a DAO Recordset as the row source of the combobox. The problem is that I don't know how to provide a connection string to a DAO Recordset.
I have gotten this to work using a passthrough querydef. I'm just trying to do away with needing the passthrough querydef.
I have gotten this to work using a passthrough querydef. I'm just trying to do away with needing the passthrough querydef.
Comment