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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top