Using modules in another database

S

Sam Hobbs

What is the terminology I need to look for to find the procedure to use code
in another database? I know it is possible to use code in another database
because I saw the documentation of how to do it and I did it, but now I
don't know how to do it and I can't find the documentation and I don't know
what to look for.

I think I want to create a link or reference from a database to another
database that has the code (modules) to be used.
 
D

david epsom dot com dot au

Open a VBA module, then go to Tools | References, and browse to the
MDB you want to use as the code library.

(david)
 

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