running an Access SUB or FUNCTION from an external app

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
 
M

MacDermott

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
 
Top