Prevent Design View

bauer

Registered User.
Local time
Today, 07:54
Joined
Aug 23, 2001
Messages
77
I saw something on here once before similar to what I'm trying to do, but it was only a mention of it in a more genral term.

I'm trying to allow certain permissions through code, as I don't want to use Access' security, b/c that affects all acces databases. I have got most of the permissions down, except I don't want to allow the users into the design view of the forms. I thought about making an d .mde file, but I can't, I suppose I have code that won't let me.

Anyway, if someone out there can help me, I would be very happy!!

Thank you in advance
 
1. Hide the Database window
2. Remove Accesses Special Keys
3. Make your own Menu bars for the forms.

This should prevent most of the users from Getting to the design view. The others (who are smarter then most) will need to be watched/bribed/punished or whatever you deem neccessary.
smile.gif
 
Your other option could be to set yourself up with a security workgroup and make your logon, the only member of the admins group. Create a new database and import all the objects. This should assign the ownership to yourself. Change the access rights for the admin logon to only be a member of user, and then change the rules for the Users group to not have design permission on the forms.

Anyone who logs in without a user group (ie the default admin logon) will be assigned to the users group instead of the admins group and not be able to access the design view of the forms. You could then expand this to provide similar restrictions on your modules, tables, reports, macros and queries.

HTH
SteveA
smile.gif




[This message has been edited by SteveA (edited 01-18-2002).]
 
If you could please tell me how to make that shortcut with the workgroup parameter sent.

Also, is there a way to track what the users do with the workgroup? Like to keep a log file?
 

Users who are viewing this thread

Back
Top Bottom