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
 

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