M
MRichards
I have a form with the initial settings for Allow Edits, Deletions,
Additions, and Data Entry set to "No". I want the form to open with the data
protected. There is a button on the form that toggles between "Edit" and
"Protect", setting the properties accordingly.
The problem is that the field are editable when the form opens, even though
the properties are set to no/false, which I have verified with debug.print
statements. If I toggle the button (i.e., set all properties to permit
changes, then set them back to protected) the protection then works
correctly.
What am I missing?
Thanks,
Mark
Additions, and Data Entry set to "No". I want the form to open with the data
protected. There is a button on the form that toggles between "Edit" and
"Protect", setting the properties accordingly.
The problem is that the field are editable when the form opens, even though
the properties are set to no/false, which I have verified with debug.print
statements. If I toggle the button (i.e., set all properties to permit
changes, then set them back to protected) the protection then works
correctly.
What am I missing?
Thanks,
Mark