How can I add a "Linked" database name to my report?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In my Master database, I have several tables linked to another database. I
want to run a report in the Master database that includes the name of the
database the Master database is linked to. Can this be done?
 
You can try set a text box control source to:
=Mid([Currentdb].[tabledefs]("A Linked Table Name").[Connect],11)
 

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

Back
Top