AllowBypassKey setting on MDE file

S

Simon Morley

I currently have a 'front end' .mdb file which has table
links to the back end. Each time I change a form, for
example, I create a new .mde file which I distribute to
the users. I'd like to prevent users using the shift key
to view the DB window in the .mde file, but don't want to
set it as such in the master .mdb file as I need to use
the shift key when going in to develop.

Any ideas on how I can make AllowBypassKey specific to
the .mde version of the database?

Many thanks in advance.

Simon.
 
L

Lynn Trapp

Each time you make a development change in your master .mdb file, make a
copy of the master to a new file that you kiss the shiftkey bypass in and
create the .mde from that.
 
J

Joan Wild

Simon said:
I currently have a 'front end' .mdb file which has table
links to the back end. Each time I change a form, for
example, I create a new .mde file which I distribute to
the users. I'd like to prevent users using the shift key
to view the DB window in the .mde file, but don't want to
set it as such in the master .mdb file as I need to use
the shift key when going in to develop.

After you create your mde, just disable the shiftkey in it. It won't affect
your mdb.
 

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