editing code in library

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

Dirk Goldgar

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.
 

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