S
shaggles
I've been having a lot of problems with using the [Field
Name].Locked property and I think I've narrowed it down to
the fact that the field I'm referencing is on a subform.
I'm trying to use the locked property to turn a field on
or off depending on the user but when the field is on a
sub-form I get a 'Object does not support this property or
method' error message. I've tried putting the code
directly in the sub-form's On Current event and
referencing the field liek this: Me!Field_Name.Locked
and I've tried puting it in the Main form and referencing
the field like this: Me!Subform.Forms!Field_Name.Locked
but I get the same error either way. Any suggestions?
Name].Locked property and I think I've narrowed it down to
the fact that the field I'm referencing is on a subform.
I'm trying to use the locked property to turn a field on
or off depending on the user but when the field is on a
sub-form I get a 'Object does not support this property or
method' error message. I've tried putting the code
directly in the sub-form's On Current event and
referencing the field liek this: Me!Field_Name.Locked
and I've tried puting it in the Main form and referencing
the field like this: Me!Subform.Forms!Field_Name.Locked
but I get the same error either way. Any suggestions?