Im not to sure how to code this. If i have two command buttons on a form,one to step foward and one to step back in a table built in access.
Private Sub Command_ bckClick()
Customers.Recordset.MovePrevious
End Sub.
What is the variable that i have to define? Dim ????? as ??????

Thanx....