Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

access courses in london - what loop

Forum 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?

ResolvedVersion Standard

Yanti has attended:
Excel Advanced course

What is a loop?

what is a loop?

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 courses

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
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Access tip:

Prefixed Autonumbering

When using Date Type = Autonumber as a primary key, clients may require autonumbering to be prefixed with a letter.

For example, P001, where P is the prefixed letter

Instructions
Step 1. Create Field Name
Step 2. Set Data Type to Autonumber
Step 3. Within Field Property General tabsheet,
enter Format property as [backslash]P000



View all Access hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.