I would like to check if there is a linked table with an If Statement, I am not sure how to check if a table exists, here is what I have so far. The linking of the database does currently work; I just need to do a table check.
Any ideas????
Thanks,
Darkhat01
If "there is not a table called "GlueErrorlog"" Then
DoCmd.TransferDatabase _
acKink, _
"Microsoft Aaccess", _
"\\C:\CoreDatabase\GlueLog.mdb", _
acTable, _
"GlueErrorLog", _
"GlueErrorLog"
End IF
Any ideas????
Thanks,
Darkhat01
If "there is not a table called "GlueErrorlog"" Then
DoCmd.TransferDatabase _
acKink, _
"Microsoft Aaccess", _
"\\C:\CoreDatabase\GlueLog.mdb", _
acTable, _
"GlueErrorLog", _
"GlueErrorLog"
End IF