Thank you! Unfortunately, this is exactly where I'm looking for guidance - in how to do exactly this. I tried referencing the field name, ID, as seen below:
Private Sub ID_DblClick(Cancel As Integer)
DoCmd.OpenForm "frmProjectOnDeck", acNormal, "", "ID =" & [txtRecordSelected], acEdit, acNormal...