read only form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to make one of my forms read-only, and I've set the "Allow
Additions, Allow Deletions, and Allow Edits" in the Properties box to "No",
but I can still edit/delete/add all of the information on the form. Is there
any other Properties that I need to change to make the form read-only?

Thanks.
 
Switch to the form's design mode, bring up the text box's properties, go to
the 'data' tab then switch the "locked" property from No to Yes.
 
Back
Top