make fields to be read-only

webcrab

Registered User.
Local time
Yesterday, 20:21
Joined
Feb 18, 2009
Messages
36
Hi!
I have several fields on my form that are bound to tables. I would like them to be read-only on the form so that users won't be able to insert data from the form into the bound table.

Does anyone know which property i have to change to do that?

thanx!
 
You can also set those properties whilst the form is in Design view look at the Field's Data Tab and set Enabled = No and Locked = Yes
 

Users who are viewing this thread

Back
Top Bottom