I need to create a class library (.DLL) using
VB that will encapsulate business logic. This .dll will then be referenced by an MS Access database app. How do I go about creating this? I have read about the "instancing" property for the class but can't find it in the project/class properties.
Thanks in advance.
Dan