Is that the code that's supposed to open the other form?
What it should be is something like
If Not IsNull(Me.TrackID) Then DoCmd.OpenForm "Form1", , , "TrackID = " & Me.TrackID
in the TrackID combobox After Update event sub.
However, your phrase "i would like the form that belongs to the...