P
polparrot via AccessMonster.com
I am relatively new to Access programming. I am getting the following error:
user-defined type not defined
on any code referring to DATABASE.
For example:
Function fIsRemoteTable(dbRemote As DATABASE, strTbl As String) As Boolean
the dbRemote As DATABASE portion of the code returns the error.
Any ideas on what I need to do.
Thanks in advance,
Polly
user-defined type not defined
on any code referring to DATABASE.
For example:
Function fIsRemoteTable(dbRemote As DATABASE, strTbl As String) As Boolean
the dbRemote As DATABASE portion of the code returns the error.
Any ideas on what I need to do.
Thanks in advance,
Polly