RefreshLinks

B

Beatrice

This first line of code has an error message, User-defined
type not defined.

What is this code looking for?

Function fIsRemoteTable(dbRemote As DATABASE, strTbl As
String) As Boolean
Dim tdf As TableDef
On Error Resume Next
Set tdf = dbRemote.TableDefs(strTbl)
fIsRemoteTable = (Err = 0)
Set tdf = Nothing
End Function
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top