Well I tried in the database section - no one helped so far.
Maybe you guys here know what to do.

First of all if you want to get a better idea what I am trying to do, look in the Database devel. section and see the Thread "Link, Connect, Add, whatever just HOW?" for more info.

But the problem simply is:
In Access you have Containers("Modules").Documents("MyDoc")
And I need to insert the MyDoc /which is a module/ into another database. No prob. creating Dc As Document, then Set DC=... but then how do I add it to another database?

Is it even possible?
And if not, how else can I call a procedure stored in a module in another database?