Property to determine if table is a link table

J

jimt

I've seen it before (many years ago) but can't find how its done in the KB or
newsgroup; but, what table property can be used to determine if the table is
a link table?

Thanks
Jim T.
 
A

Albert D. Kallal

hit ctrl-g and in the debug window type in:


? currentdb.TableDefs("tblName").Connect

If there somthing in that above, then it is a linked table....
 
Top