Apr 16, 2009 #1 shannonp IS-IT--Management Joined Nov 13, 2001 Messages 289 Location NZ Looking for a quick and simple VB solution to retrieve the filepath and filename (i.e. "c:\backend\mydb4.mdb") of any given 'linked table'. Shann
Looking for a quick and simple VB solution to retrieve the filepath and filename (i.e. "c:\backend\mydb4.mdb") of any given 'linked table'. Shann
Apr 17, 2009 1 #2 RoyVidar Instructor Joined Jun 16, 2000 Messages 6,606 Location NO Here's what a quick web search revealed: http://support.microsoft.com/kb/210062 I e, examine the .connect property of the tabledef object. It will return a zero length string, I think, if it isn't a linked table. Roy-Vidar Upvote 0 Downvote
Here's what a quick web search revealed: http://support.microsoft.com/kb/210062 I e, examine the .connect property of the tabledef object. It will return a zero length string, I think, if it isn't a linked table. Roy-Vidar
Apr 19, 2009 Thread starter #3 shannonp IS-IT--Management Joined Nov 13, 2001 Messages 289 Location NZ Thanks Roy-Vidar! This is exactly what I was looking for!! Shann Upvote 0 Downvote