Form data property vs Control data property

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

Guest

Hello:

How can I totally forbid certain users to change the data, what happend if
in the
form I have already set allow edit NO, alllow Addition no, but in the text
control data prperty is not locked ( Locked? NO). Can they still in
advertently edit the data?

Please advise.

Thanks

Frank
 
if the form's AllowEdit and AllowAdditions properties are set to No, then
the user cannot add or edit records from within that form. note, make sure
that if you are using a macro or VBA code to open the form, that those
settings are not being overridden by the OpenForm action - check the action
arguments.

hth
 
Back
Top