How to Use For Next Loops in MS Access
19-October-2021
In your Access programming, you’re going to use loops for all kinds of things, and as you become more
proficient, you’ll start using For.. Next loops as part of your code. In previous episodes, we covered
the Do Until, and Do While loops, which are great additions to your toolbox. In this episode, we’re using
a third type, the For Next loop. For.. Next.. loops are very handy because they allow you to iterate a
specific number of times without creating a counter inside the loop, and they also allow you to loops
through a set of items based on its position in the item set. Let’s go check out For.. Next.. loops!
MS Access Project? Contact me today!