Hmm...
Actually I have an id field creatively labeled "Id" !!!
So it was not so difficult to apply your code:
DoCmd.OpenForm "FormName", , ,"[ID] = " & Me.FieldWithID
HOWEVER - applying that I get a compilation error saying "Method or data member not found".
In both forms I however have an...