I have an mdb with class modules that I use as a reference for another mdb.
The library is called MyLib.
I'm trying to declare variables in my front end mdb as class objects in the
library
Dim x as MyLib.ClassModu leName
This doesn't seem to work. When I type MyLib. and the intellisense pops up,
all I see are public functions and enums. I don't see any class module
names. How do I expose them?
Thanks.
Matthew Wells
Matthew.Wells@F irstByte.net
The library is called MyLib.
I'm trying to declare variables in my front end mdb as class objects in the
library
Dim x as MyLib.ClassModu leName
This doesn't seem to work. When I type MyLib. and the intellisense pops up,
all I see are public functions and enums. I don't see any class module
names. How do I expose them?
Thanks.
Matthew Wells
Matthew.Wells@F irstByte.net
Comment