E
Ed Kopta
I have a class in a library db that I've exposed as per
http://www.mvps.org/access/modules/mdl0034.htm
I am having trouble using it in another db though. the statement
Set cls = New MyClass
will not compile (inappropriate use of New Keyword). Is there a way to make
this work (by messing with other values in the header in addition to
Attribute VB_Exposed, say)? Failing that, should I write a function to
return an instance of the class instead of using New?
Thanks for any help you can give me,
-Ed Kopta
http://www.mvps.org/access/modules/mdl0034.htm
I am having trouble using it in another db though. the statement
Set cls = New MyClass
will not compile (inappropriate use of New Keyword). Is there a way to make
this work (by messing with other values in the header in addition to
Attribute VB_Exposed, say)? Failing that, should I write a function to
return an instance of the class instead of using New?
Thanks for any help you can give me,
-Ed Kopta