locating links to a table

  • Thread starter Thread starter perryclisbee via AccessMonster.com
  • Start date Start date
P

perryclisbee via AccessMonster.com

I have a database with a table called: [claim_summary]. There are a
multitude of other databases that have a link to this table. Problem is that
when I go to update the table, I cannot because at least one of these other
linked databases are open.
Is there any simple way to know which databases are linked to the source
table? And is there a way to know which of these databases is open, so that
I can either remotely shut it down, or tell the user to close out?

Thanks,

Perry
 
there is a .ldb file that shows the database is open or being used by someone
else, it shouls appear next to the .mbd file that you are needing to update.
 
Back
Top