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
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