Tried to add the following code to the onClick event in the tab but it doesn't work, any ideas where to put the code?
Private Sub Rapporten_Click()
On Error GoTo Err_Rapporten_Click
DoCmd.GoToRecord , , acNext
DoCmd.GoToRecord , , acPrevious
Exit_Rapporten_Click:
Exit Sub...