Using .NET in Access?

  • Thread starter Thread starter Jeremy
  • Start date Start date
J

Jeremy

Is there a way that my Access VBA Applications can reference a VB.NET DLL?
I have tried using the COM Interop Feature but have had no success. Any
help would be appreciated
 
COM Interop goes the other way - it permits the use of COM components in
managed code.

If you're using Access 2002 or Access 2003, you can use the Web Services
Toolkit to call a Web Service. If your DLL isn't already a Web Service,
you'll need to write one to wrap the DLL.

You can download the Office XP Web Services toolkit at ...
http://msdn.microsoft.com/library/d.../en-us/dnxpwst/html/odc_wstoolkitoverview.asp

.... or the Office 2003 Web Services toolkit at ...
http://www.microsoft.com/downloads/...8a-e1cf-48a3-9b35-169d819ecf18&DisplayLang=en
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top