hide record selector when displaying Access form in datsheet view

  • Thread starter Thread starter Luis in IT
  • Start date Start date
L

Luis in IT

I am trying to prevent a record selection and deletion by hiding the record
selector from users. I am able to hide such only when form view is displayed.
 
Luis in IT said:
I am trying to prevent a record selection and deletion by hiding the record
selector from users. I am able to hide such only when form view is
displayed.

If the goal is to prevent deletions, why not set the form's AllowDeletions
property to No?
 
Back
Top