Calling a function from another DB

L

Luke Bailey

I'm looking for a way to call a function from a module in
a separate database. Any ideas on how I can do this?

Any assistance would be greatly appreciated!

Luke
 
A

Alex Dybenko

i think you can either add reference to it - then call function as "native"
or open other db in new instance of access using
createobject("Access.application") and run function using .Run() method of
application object
HTH
 

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