C
Can
I am trying to references a class module in another database
Dim da As NTier_Essentials.DataAccess
Where
NTier_Essentials = Project name
DataAccess = Class Module
I get "Compile Error: User-defined type not defined"
I linked the database as a reference by using Tools -> Reference. The
database and the class modules appear the project explorer so the reference
has been made. I can't seem to get the syntax correct.
The reason why I want to do it this way is because I want several databases
to access the same generic modules. If I make one change I don't want to
have to change it in 20 different databases.
Any help is appreciated.
Thanks.
Can
Dim da As NTier_Essentials.DataAccess
Where
NTier_Essentials = Project name
DataAccess = Class Module
I get "Compile Error: User-defined type not defined"
I linked the database as a reference by using Tools -> Reference. The
database and the class modules appear the project explorer so the reference
has been made. I can't seem to get the syntax correct.
The reason why I want to do it this way is because I want several databases
to access the same generic modules. If I make one change I don't want to
have to change it in 20 different databases.
Any help is appreciated.
Thanks.
Can