Edit Permissions not working

J

Jacquie

I created a form that only certain people can open. I want them to be able to
view, but not edit. On the properties box for the the form, I put no for
Allow Edits, Allow Editions, Allow Additions. But I can still go in and make
changes. Any ideas? Thanks!
 
B

Bob Quintal

=?Utf-8?B?SmFjcXVpZQ==?= <[email protected]>
wrote in
I created a form that only certain people can open. I want
them to be able to view, but not edit. On the properties box
for the the form, I put no for Allow Edits, Allow Editions,
Allow Additions. But I can still go in and make changes. Any
ideas? Thanks!

How are you opening the form? If via the docmd.OpenForm method, or
a macro, make sure that your datamode is set to 'read only'
 
A

Arvin Meyer [MVP]

Bob Quintal said:
=?Utf-8?B?SmFjcXVpZQ==?= <[email protected]>
wrote in


How are you opening the form? If via the docmd.OpenForm method, or
a macro, make sure that your datamode is set to 'read only'

If the form is opened Read Only, NO ONE will be able to make any edits.
 
Top