End of records

jamesT

Registered User.
Local time
Today, 11:45
Joined
Mar 5, 2003
Messages
16
Hi
I am using a button with a DoCmd to move forward and back through the recordset. If the user come to the end of the recordset and tries to move forward the program crashed, is the a way to handle this error so that it loops back to the first record

Thanks
 
I have also tried to do this
I used

Do Until EOF = False

DoCmd.GoToRecord , , acNext

But did not work

Any suggestions?
 

Users who are viewing this thread

Back
Top Bottom