Table in Subform is Open to Deletions

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

Guest

In my db, I open a table into a subform and turn off additions, deletions,
and edits. However, if the user right clicks on the field heading, they have
the option to delete the entire column. This is unacceptable.

How can I protect against this, without disabling and locking the subform
(since the scroll bar doesnt work when I do this)???

Any Suggestions?
 
The properties you changed, is it in the main form or SubForm?
It should be in the SubForm.

Another way to do it, you can set the Lock property of the Sub form control
in the main form to Yes.
 
Back
Top