I'm almost there...
Private Sub PrimeVend_DblClick(Cancel As Integer)
DoCmd.OpenForm "Suppliers", , , "SupplierName ='" & Me.OnDblClick & "'"
End Sub
and it opens to a blank "supplier".
what am i missing to get it to open to the supplier that is displayed in my product form?