Form Protection!!!

rhomer

Registered User.
Local time
Today, 23:28
Joined
Mar 14, 2002
Messages
18
I've looked all over but haven't got a straight answer to this question: How do I protect a form from
user(s) mucking about with it? To clairify...this form is not going on any network or LAN but it will be away from me, the owner, creator or whatever you want to call it. I don't want the end user(s) to be able to get in and change the design, just be able to enter data. I'll have built-in queries as well. Passwords etc, just won't do in this case, unless there's something I can "hide" that will enable me to get in and make updates to the design or whatever. I want no tool bars, no menu bars, no nothing and no way for my user(s) to get to them. Whew!
Any and all help will be greatly appreciated.
 
I think you're stuck with applying security to the db. Read the Microsoft Security Faq's (I've posted the link many times in the past few days so just search for Autoeng). Use the Tools - Startup options to disable several of the things that you want. Ghudson has posted code before to hide other toolbars so search on that name as well. If you can't find anything post back and I'll find and post for you.
 
See this post

Security

It has a Control.mde that will disable the Shift and F11 keys to keep users out of a db...

Good Luck
 
This is how I do it. I don't know who wrote the module but whoever it was deserves the credit.

IMO
 

Attachments

Users who are viewing this thread

Back
Top Bottom