Created
February 20, 2019 03:30
-
-
Save thoriqmacto/8bc0dc9692e4770495918d9e882ea7af to your computer and use it in GitHub Desktop.
Recordset Iteration using Do ... Loop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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