Controls on a form - Indexed?

S

SAC

Access 2000

Microsoft Knowledge Base Article - 210252: How to Use Code to Cycle
Through the Controls on a Form shows how to loop through the controls on a
form.

Are they "indexed?"

Does this index determine the order in which they show up in the expression
builder?

If so, can I change the order of the index?

If so, how?

Thanks
 
F

fin

Use the Tab Order in Design View for a form. You can find
this is the View Menu> Tab Order. In Code you refer to it
as "me.<controlname>.tabindex=" The first control will be
0.
 
S

SAC

Thanks, but that's not what I had in mind. Does the referenced KB article
refer to the tabindex property? I think there's something else involved. The
KB210252 cycles through all the controls on a form...the labels as well as
the others. I don't think labels have an tabindex property.

Any other ideas?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top