
Instantiating Classes from Another MDB
Has anyone successfully created an object in Database "A" when the class
module lives in Database "B"? I'm trying to do the following:
In DB1.MDB, I create a SUB which includes the statement
dim oObj as new CMyClass
where the class module "CMyClass" is in DB2.MDB. DB1 contains a
reference to DB2.MDB, but DB2's class modules are not known to DB1. Why?
Any input appreciated ...
Scott Edmondson