Updatable libraries in Access 2010 2013

M

Mathieu Trentesaux

Hello

Is it possible in Access 2010, and / or Access 2013 to WRITE a library from
the project that hosted it ?

I detail my question :

I create a database DB1.MDB in whitch I place a SUB :

Sub Test()
Debug.print "Updating test from the library DB1"
End Sub

I Create a second database DB2.MDB.

In this database I create a reference to DB1.MDB for it to become a Library
of my project DB2.MDB.

Then I edit the Sub Test located on DB1.MDB from DB2.MDB

Sub Test()
Debug.print "Updating the library DB1 from the main project DB2"
End Sub

Then... Can I Write the module contained in DB1 ?

This was possible in Access 2, 95 and 97. It became impossible In 2000 and
2003 and maybe 2007.

Thanks
 

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