A subform is not a form. It is a control that contains a form.
Most controls have events that you can use to run code when something specific happens.
Subform controls have those events, but you aren't interested in subform events, you are interested in form events.
Whenever you want direct...