running an Access SUB or FUNCTION from an external app

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

How do I run a SUB or FUNCTION that is located inside an
Access database (.mdb) from another application (such as
a web app or even an external VB executable)? Pass-thru
queries don't seem to provide me with enough flexibility,
so I'm looking for a different solution.

Thank you,

Andy
 
The only way I know of to run Access (VBA) code from another application is
to open an instance of Access and execute the code in it.

HTH
- Turtle
 

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