Read-only for one front end

G

Guest

Hello everyone, and thank you all for getting me this far. I have six users,
all with the same front end, and with the ability to edit records. My boss
wants to add a seventh user, but not let him add, delete, or in any way edit
records. I have read some posts about permissions and user profiles, but
this is way outside the scope of my ability. Is there an easy, laymens, way
to make his front "read-only", that does not require entering in any code?

Greg Snidow
 
K

Keith

Greg Snidow said:
Hello everyone, and thank you all for getting me this far. I have six
users,
all with the same front end, and with the ability to edit records. My
boss
wants to add a seventh user, but not let him add, delete, or in any way
edit
records. I have read some posts about permissions and user profiles, but
this is way outside the scope of my ability. Is there an easy, laymens,
way
to make his front "read-only", that does not require entering in any code?
User-level security is the obvious answer but have you tried making the 7th
person's copy of the FE read-only using NTFS File permissions? Never tried
it myself but it might be worth a try.

Regards,
Keith.
www.keithwilby.com
 
G

Guest

Its unlikely there is an easy way that does not result in a slew of strange
error messages appearing. One way is to place some code in each forms open
event which sets the properties of every control to locked. Obviously that is
a lot of work if you have many forms and controls. You can also switch the
'allow edits' property of the form to False.
 

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

Similar Threads

Front/back end 3
Front end/Back end 8
Front End and Back End 2
Read-only Links 1
Make Read-Only Front End 6
Read Only Front End 1
Read only error 2
Read only split database back end in Access 2007 3

Top