G
Guest
Does anyone know how to tell if a table is linked? Right now this what I have.
dim mytbl as TableDefs
For Each mytbl In dbs.TableDefs
If mytbl.Name = "tblSeq" Then
SDPData = True
End If
Next mytbl
How can I tell that the table tblSeq is a linked table?
Thank you,
Sarah
dim mytbl as TableDefs
For Each mytbl In dbs.TableDefs
If mytbl.Name = "tblSeq" Then
SDPData = True
End If
Next mytbl
How can I tell that the table tblSeq is a linked table?
Thank you,
Sarah