Forum Discussion
kcoyle11
10 years agoNew Member
Data Source Only showing one table
Hello I am connecting to a data source through odbc connection. The connection previously worked fine but it is now showing only one of the tables in the Database. Any ideas??
kcoyle11
10 years agoNew Member
This work around gets me a listing of all my tables. How would you load multiple tables as you do when you use the traditional odbc method.
arify
10 years agoMicrosoft Employee
Oh, I see what you mean. When you pick multiple tables, basically what it does is creating multiple queries from scratch. I think you'll have to do this one by one with different queries for each table you want to import.