Linked Tables Utility
by manxmanI may have given this one before, but it is SO useful. I personally had to use it last week.
The computer you are at does not have the Linked Tables utility working and you need to know where the user’s data is stored. Try this command in the VBA Editor’s Immediate Window (Ctrl-G)
? CurrentDb.TableDefs(”Holders”).Connect
Where Holders is an example table name (change that to one from your database).
(NOTE: you may have to have DAO references on. see this page if you do not know what that means)