Hi Brian,
In the spirit of learning I'm going to describe the process you would take to figure this out, rather than the end result. (If you want to confirm the end result please post what you discover and I can confirm it for you.)
a) On the browse (_and_ the form) turn on the setting to "Send Stage to Debugview".
b) run the app (with debugview open) and go to the browse. Clear debugview and click on the in-row delete button.
what you now see in debugview is all the calls to the browse and form, along with the EVENT which is being sent to those.
c) decide whether the browse, or form is the best place to embed. (hint: if it goes into the form, that's usually better.)
d) If you haven't already figured out the correct embed then right click on the chose procedure, choose source, and see what routines will run based on the stage and event. Both the browse and the form have this "event handler" case statement pretty close to the top of the procedure.
Good luck - and let us know what you discover.
cheers
Bruce