C
clh
I've got a main "customer" form that displays things like Name and other
general info, then I've got a subform that displays some info in a linked
one-to-many table. The link is based on the "ID" of the user (an auto-number
field in the main "customer" table, just a normal numeric field in the linked
table).
I've set the property on the main form of the subform control to Locked so
the user can't edit the data in the subform.
Indeed, the user is not able to EDIT data, nor able to add new records,
however it DOES allow the user to DELETE a record from the subform. Why?
The subform is used on 2 different main forms. On the other form it is
editable, but on this particular form I want it to be read-only. (Which is
why I don't set the "Allow..." properties on the subform itself.)
Thank you.
general info, then I've got a subform that displays some info in a linked
one-to-many table. The link is based on the "ID" of the user (an auto-number
field in the main "customer" table, just a normal numeric field in the linked
table).
I've set the property on the main form of the subform control to Locked so
the user can't edit the data in the subform.
Indeed, the user is not able to EDIT data, nor able to add new records,
however it DOES allow the user to DELETE a record from the subform. Why?
The subform is used on 2 different main forms. On the other form it is
editable, but on this particular form I want it to be read-only. (Which is
why I don't set the "Allow..." properties on the subform itself.)
Thank you.