Could anyone please tell me the syntax to reference a dynamic link library from Access 2000. I have created an application in which I have included a reference to a dll file from tools - references, which is also registered with the registry. I have tried the following code but keep getting errors;
Dim ObjectRef as ObjectName
set ObjectRef = New ObjectName
ObjectRef.property1 = "somevalue"
Any suggestions would be greatly appreciated.
Dim ObjectRef as ObjectName
set ObjectRef = New ObjectName
ObjectRef.property1 = "somevalue"
Any suggestions would be greatly appreciated.