Try putting the criteria for the record you want to move to into the docmd.openform line on the command button eg.
DoCmd.OpenForm "formname", , , "criteria"
where formname is the name of the form to open and criteria would be for example
"surname = 'Green'"