Try putting this in the open event or whatever you prefer
Dim CID As Long
DoCmd.GoToRecord , , acLast
CID = ClientID
If CID = 0 Then
ClientID = 1
Else
DoCmd.GoToRecord , , acNext
ClientID = CID + 1
End If
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.