Stopping changes

  • Thread starter Thread starter MuSuLPhReAk
  • Start date Start date
M

MuSuLPhReAk

I have a form with a datasheet subform. What I am trying to do is onc
the user enters a record in the subform, lock that record so the
cannot modify it anymore, be it modifying a field or deleting a record
Any help would be appreciated
 
I have a form with a datasheet subform. What I am trying to do is once
the user enters a record in the subform, lock that record so they
cannot modify it anymore, be it modifying a field or deleting a record.
Any help would be appreciated.

Open the Form you're using as a subform in design view; view its
Properties. Set the "Allow Edits" and "Allow Deletions" properties to
False, and the "Allow Additions" property to True.
 
Back
Top