Accessing Protected Databases in "Development" Mode

M

Mihalis

Hello,

I have a very simple question, but that's giving me a lot of trouble :

If I have a unprotected access database with a startup form, but I want to
enter in "development" mode, I just need to press the SHIFT key while opening
the database...but if the same database is protected, using a workgroup
created in a .mdw file, how can I do the same thing, i.e., enter in
"development" mode?

Thanks,
Best Regards,
Mihalis
 
D

Douglas J Steele

As long as the AllowBypassKey hasn't been disabled, you should be able to
still get into development mode.

Whether or not you can do anything will depend on what rights you have in
the database.
 
L

Larry Linson

Mihalis said:
If I have a unprotected access database
with a startup form, but I want to enter
in "development" mode, I just need to
press the SHIFT key while opening
the database...but if the same database is
protected, using a workgroup created in
a .mdw file, how can I do the same thing,
i.e., enter in "development" mode?

It is possible to "protect" a database so well that it is very difficult to
get into it in "development" mode. If you intend to protect it that well,
you should save a less-well-protected database for development use, then
fully-protect a copy of that when you have changed it and want to distribute
to your users.

In any case, you should split the database into a Front-End (the application
itself, with queries, forms, reports, macros, modules, and perhaps local
lookup tables) and Back-End (tables, relationships, and data). Most of us
find that, once a database has gone into production, we have to change the
Front-End features far more often than we have to change the Back-End or
both.

Larry Linson
Microsoft Access MVP
 

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