XLEAccessGuru
XLEGuru
- Local time
- Yesterday, 23:57
- Joined
- Nov 17, 2006
- Messages
- 65
Does anyone know what is considered to determine the order a loop will run in when it loops through controls on a form?
For example, if I am looping through all controls on a form, will it loop through in alphabetical order of the names of the controls, or will it first loop through by control type, then by alpha order name? Or does it loop through by tab order? I'd think tab order is unlikely since some controls may be set to not have a tab stop.
For example, if I am looping through all controls on a form, will it loop through in alphabetical order of the names of the controls, or will it first loop through by control type, then by alpha order name? Or does it loop through by tab order? I'd think tab order is unlikely since some controls may be set to not have a tab stop.