◀ Summary ▶ | ◀ Details ▶ | ◀ Example ▶ | ◀ Contents ▶ | ◀ Index ▶ | ◀ Back ▶ |
Sets or returns the number that uniquely identifies a control in a control array; read-only at run time.
[form.]ctlname[(arrayindex%)].Index
arrayindex% | Valid settings are: | |
Value | Description | |
None | (Default) Not part of array; not available at design time. | |
0 to 32,767 | Part of array; specify an integer greater than or equal to 0 to assign a control to a control array. Or, if you specify the same name for two or more controls through CtlName, the first unique index available within the array is automatically assigned. |
Applies To
◀ Check Box Control ▶ | ◀ Combo Box Control ▶ |