A2K: Editing MDA code when working in the calling MDB

L

Lee Schipper

I have an Access 2000 application that references code in a couple of .MDA
libraries.

As I debug changes to the MDB application, I occasionally need to modify
code in a module in an .MDA. The Visual Basic Editor lets me change the MDA
code and test it, but will not let me save the changes to the MDA.

Is there a way to convince Access to allow me to save changes to the MDA
code while I am working in the calling MDB application?

TIA!
Lee
 
S

Sandra Daigle

I don't think so - you have to open the MDA directly and make your changes
there.
 
Top