G
Günter Brandstätter
Hi all,
I wrote a new class-module in an Access-database mod.mdb which I wanted to
use in another database by referencing to mod.mdb. When I now want to use
the class module in my new database, I am not able to create an instance of
my class-module, because its instancing is set to private.
The only other possibility is to set its instancing to "Public NotCreatable"
which does not help at all, because I *want* to create new instances of my
class.
How should I code to use my class-module from other databases?
any answer appreciated
Günter
I wrote a new class-module in an Access-database mod.mdb which I wanted to
use in another database by referencing to mod.mdb. When I now want to use
the class module in my new database, I am not able to create an instance of
my class-module, because its instancing is set to private.
The only other possibility is to set its instancing to "Public NotCreatable"
which does not help at all, because I *want* to create new instances of my
class.
How should I code to use my class-module from other databases?
any answer appreciated
Günter