Calling a function from another DB

  • Thread starter Thread starter Luke Bailey
  • Start date Start date
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
 
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
 
Back
Top