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
--
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
"Luke Bailey" <(E-Mail Removed)> wrote in message
news:1a5901c426f5$0108bf50$(E-Mail Removed)...
> 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
>