No, not really. :/
I already know how to do that, and have implemented it several times in this database. What is stumping me is how to reference a highlighted record in a subform.
So, using your code,
DoCmd.OpenForm "SecondFormName", , , "FieldName = " & Me.ControlName
would work, except...