Skip to content

Instantly share code, notes, and snippets.

@thoriqmacto
Created February 20, 2019 03:30
Show Gist options
  • Save thoriqmacto/8bc0dc9692e4770495918d9e882ea7af to your computer and use it in GitHub Desktop.
Save thoriqmacto/8bc0dc9692e4770495918d9e882ea7af to your computer and use it in GitHub Desktop.
Recordset Iteration using Do ... Loop
rst.MoveFirst
Do Until rst.EOF = True
...
...
...
rst.MoveNext
Loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment