source for the linked table

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

Guest

I inherited an Access 97 database from one of my co-worker who is no longer
with the company. The issue is there is a linked table to an EXCEL
spreadsheet in this database and I can't figure out where the EXCEL
spreadsheet is located. In other words, I would like to know the source for
te lined table. Can somebody help me on this?

Kanan
 
Open the table in design view and select Properties from the View menu.

Alternatively, in the VBA Immediate window type ...

? CurrentDb.TableDefs("YourTableNameHere").Connect
 

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