editing code in library

  • Thread starter Thread starter jfp
  • Start date Start date
J

jfp

If i have an app and a library and i am debugging code in the
application database, i can view code in the library database. I can
set breakpoints there, etc. I can even "change" the code in the
library, but these changes do not get saved. Seems like i have to close
the app db, open the library db, make the changes and save, return to
the app db, etc. This is a pain. I guess i could have 2 access windows
open (with 2 VB windows) but that sounds dangerously confusing.

Any ideas ?
 
jfp said:
If i have an app and a library and i am debugging code in the
application database, i can view code in the library database. I can
set breakpoints there, etc. I can even "change" the code in the
library, but these changes do not get saved. Seems like i have to
close the app db, open the library db, make the changes and save,
return to the app db, etc. This is a pain. I guess i could have 2
access windows open (with 2 VB windows) but that sounds dangerously
confusing.

Any ideas ?

This is a known issue, but as far as I am aware there is no way around
it. In order to change code in the library database and have it stick,
you have to open that database in Access and make the changes there.
 
Back
Top