locked property

  • Thread starter Thread starter Roland Alden
  • Start date Start date
R

Roland Alden

I notice that the locked property of a control prevents typed input and if a
subform is locked then this is true for all controls in that subform.

However, record selectors can still be used to select a row and the delete
key will still delete the record.

Is there an easy way to strengthen the meaning of "locked" to "read only"?
 
Roland said:
I notice that the locked property of a control prevents typed input
and if a subform is locked then this is true for all controls in that
subform.

However, record selectors can still be used to select a row and the
delete key will still delete the record.

Is there an easy way to strengthen the meaning of "locked" to "read
only"?

Set AllowDeletions property of the subform to No.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top