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.
 

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