Mr Alex, actually my comment was a follow up with my first question, which was about the recordset Rs.movenext that it wont skip records and its only skip one record as a click the button. So i replied yes it wont skip records and i use Access 2016. So is there a way to fix this issue? I just want to skip record by record as a click a button. Thanks.
Reply from Alex Hedley:
I usually have a If NOT rs.EOF Then rs.MoveFirst
Looping
Do While Not rst.EOF 'Work with your recordset rst.MoveNext Loop
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Microsoft Access 320.