Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX Referencing From Access 2000

Status
Not open for further replies.

AGP

Programmer
Sep 11, 2001
97
GB
I have an 'dll' file which I wish to use in an Access 2000 application. In order to do so, is it possible to create a reference to it like in Visual Basic and then create an instance of its object. Alternatively, do you have to decalare its methods as you would with an API call?
 
If the DLL is multi-user-enabled and properly registred in the Registry then you just have to set a reference (VBE window) on the DLL and use its functions as "usual".
Declarations are i.g. used for Windows system libraries.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top