How to import modules from ms access

  • Thread starter Thread starter aa
  • Start date Start date
A

aa

How to import VBA modules from ms access if they are protected by password.
The password I know, but I self make the protection of the ms access
application, which on sturtup it is opening the form, which disable all menu
commands (don't working F11).
I can by using other database import the forms and tables, but then import
modeles it write me that I must supply the password, but I can't to open the
origininal database and to supply the password on vba module.
I know that it's my mistake, but maybe it is way how to solve this problem
 
If you haven't disabled this feature, hold down the Shift key while opening
the database, to by-pass the startup form. Keep the Shift key held down
until the database window is shown. Then you can remove the password from
the VBA project.
 
thanks itl's working
Brendan Reynolds said:
If you haven't disabled this feature, hold down the Shift key while
opening the database, to by-pass the startup form. Keep the Shift key held
down until the database window is shown. Then you can remove the password
from the VBA project.
 

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

Back
Top