I have a significant set of generic code a reuse an many Access programs. I am trying to move it to an MDE and set it up for reuse with many other new project. I don't want to keep importing this code and generic forms for every project I write (plus there's the whole maintenance issue.)
OK, the codelib works fine. I call a routine, say "Main" from the new project testcodelib.mdb, and "Main" in the codelib works fine. However, if "Main" triggers a dialog form to load (the form is also in the MDE codelib and it don't matter whether it's a normal form or dialog/popup, etc) I can't seem to return control back to the testcodelib.MDB code.
How do I execute a sub, function, or trigger a macro or form in testcodelib.mdb from the codelib.MDE?
Any ideas, help, code examples are welcome.
Thanks
OK, the codelib works fine. I call a routine, say "Main" from the new project testcodelib.mdb, and "Main" in the codelib works fine. However, if "Main" triggers a dialog form to load (the form is also in the MDE codelib and it don't matter whether it's a normal form or dialog/popup, etc) I can't seem to return control back to the testcodelib.MDB code.
How do I execute a sub, function, or trigger a macro or form in testcodelib.mdb from the codelib.MDE?
Any ideas, help, code examples are welcome.
Thanks