Disable Delete Key on a subform

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
 
K

Ken Sheridan

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
 
L

ldiaz

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
 
Top