Disable Delete Key on a subform

  • Thread starter Thread starter ldiaz
  • Start date Start date
L

ldiaz

I have a Form and a SubForm

on the Subform I have many datas that I want the users does have access to
delete them, I have changed Shortcut Menu to "NO"but if the select the row
and press DELETE key of the beyboard then deleting is allowed,

how change this?

Thanks in advance
 
Lorenzo:

Set the AllowDeletions property of the subform, i.e. the source form object,
to False (No in the properties sheet). The user will then be unable to
delete rows from the subform in any way.

Ken Sheridan
Stafford, England
 
Thanks Ken, that work perfectly

Thanks
LD
--
Lorenzo Díaz
Cad Technician


Ken Sheridan said:
Lorenzo:

Set the AllowDeletions property of the subform, i.e. the source form object,
to False (No in the properties sheet). The user will then be unable to
delete rows from the subform in any way.

Ken Sheridan
Stafford, England
 

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