Read Only

P

puzzled2592

Is it possible to make forms, or parts of form read only so that anyone can
see the information entered, but can't change the information entered.
 
D

David G.

Change the forms properties for:
-allow additions
-allow deletions
-allow edits
to "No".

Is it possible to make forms, or parts of form read only so that anyone can
see the information entered, but can't change the information entered.
THANKS!
David G.
 
J

John W. Vinson

Is it possible to make forms, or parts of form read only so that anyone can
see the information entered, but can't change the information entered.

For a Form, set the Allow Edits property (and the Allow Deletes and Allow
Additions, if appropriate) to No; for individual controls on a form (i.e. you
want the user to edit some fields but not others), set the control's Enabled
field to No. If you don't like the greyed out look, you can also set the
Locked property to Yes.
 

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

Top