linking to an external vba module?

J

Jason Malatia

We have multiple front-end MSAccess Applications and they share many of the
same standard VBA modules.

It there a way we can link standard vba modules into the front end
applications, so we only have to update one source code when changes need to
be made?


Thanks,
Jason
 
K

Keefy Boy

Set a reference to the mdb or mde (Tools>References>Browse)

You should now be able to call items from the current
project
 
Top