98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access VBA Training and help » access courses in london - What is a loop?
access courses in london - What is a loop?
Resolved · Low Priority · Version Standard
RE: what is a loop?
Hi Yanti,
A loop is basically just a set of statements that run until a condition is set.
For example:
i=0
if i <= 10
do something
i++
The above is pseudocode for a loop, this loop will do something until i reaches 10.
Hope this helps
Tracy
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Choosing data types in AccessNot sure which data type to use for your Access fields? Here are some guidelines to help you choose a data type to assign to a field. |