Connection String

J

John Spencer (MVP)

You can type the following in the immediate window.

?CurrentDb.TableDefs("NameofTable").Connect

That will return the connection string for a linked table.
 
Top