Keeping a user out of design view

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

How do I keep users out of the design view of the database? How does
that work with making changes to the database as well.

Thanks

Jeff
 
Two options.

Only allow your users access to an mde version of your database (they can't
make changes this way).

Or

Implement user-level security and ensure that the required users do not have
the permissions to make changes to forms...

Daniel
 
it sounds like you want to keep your users from viewing the database window.
click tools | startup | uncheck the "display database window" checkbox.
There are some other interesting options there also which you should try on a
*COPY* of your database as you can lock yourself out. You can view the
database window by pressing F11 (as your users can also if they know it.).
Here's a link to Albert Kallal's website which you should search for "bypass
shift key".

Or, if this is all elementary to you and I have totally mis-understood your
post (my wife says I do this all the time), I apologize.

HTH
Mike
How do I keep users out of the design view of the database? How does
that work with making changes to the database as well.

Thanks

Jeff

--
Mike Pippins

"We have met the enemy and he is us." -- Pogo Possum

Message posted via AccessMonster.com
 

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