Ken, thanks for your patience.
I have created the button, when I right click and select build event I am faced with a VBA page, where do I put my piece of code. Below is the code I am faced with;
Private Sub Command61_Click()
On Error GoTo Err_Command61_Click
Screen.PreviousControl.SetFocus
DoCmd.FindNext
Exit_Command61_Click:
Exit Sub
Err_Command61_Click:
MsgBox Err.Description
Resume Exit_Command61_Click
End Sub.
Many thanks, Ben