Run Access Macro/Procedure with VB.net

M

M. Wilson

Hello,

I have an Access 2007 database and I would like to run a procedure that I
have in Access 2007 from VB.net.

I have found one way to do it with the Microsoft.Office.Interop.Access
import, however I wanted to know if anyone had any other suggestions. This
method requires that my database be an Access project (.adp) instead of a
database (.accdb). This is a hinderance for me.

Any suggestions are appreciated.

Sincerely,
M. Wilson
 
C

Clive Lumb

M. Wilson said:
Hello,

I have an Access 2007 database and I would like to run a procedure that I
have in Access 2007 from VB.net.

I have found one way to do it with the Microsoft.Office.Interop.Access
import, however I wanted to know if anyone had any other suggestions.
This
method requires that my database be an Access project (.adp) instead of a
database (.accdb). This is a hinderance for me.

Any suggestions are appreciated.

Sincerely,
M. Wilson

In general what you can do in VBA you can do just as easily in .NET. What
does this macro/procedure do ?
 

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

Top