Need VBA to link tables to many identical DBs
I have 24 servers that are running the same application. I would like to connect to these via code rather than having to create 240 linked tables.
Need: To link to 10 tables on 24 servers
Good news: I have a local table that has all 24 server names and ip address. All the DB names are the same and the tables are the same.
Example: 24 servers with a DB called Northwind. Now link all tables into my local DB as tbl_Orders_10.2.2.2 or as tbl_orders_SVRNY by looping through the list of servers tbl.
I have 24 servers that are running the same application. I would like to connect to these via code rather than having to create 240 linked tables.
Need: To link to 10 tables on 24 servers
Good news: I have a local table that has all 24 server names and ip address. All the DB names are the same and the tables are the same.
Example: 24 servers with a DB called Northwind. Now link all tables into my local DB as tbl_Orders_10.2.2.2 or as tbl_orders_SVRNY by looping through the list of servers tbl.