Allow Deletions Property

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

Guest

I've got a form/subform - both have the Allow Deletions property set to no.
I want users to be able to edit the existing records, but not to delete them.

I see the Delete Record item under Edit has been disabled, but I can still
delete the FIELDS within the record by simply hitting the delete key. Is
there any way allow editing within a FIELD, but prevent the deletion of the
field?
 
No, not really.

I suppose you could cancel the BeforeUpdate event of the control if the
value is Null and the OldValue was not null.
 
Back
Top