Using modules in another database

  • Thread starter Thread starter Sam Hobbs
  • Start date Start date
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.
 
Open a VBA module, then go to Tools | References, and browse to the
MDB you want to use as the code library.

(david)
 
Back
Top