Can the tab index of controls on a form be used for indexing? For example copying the values of all controls into an array by using a for...next loop with a statement like
varrArray(I)=me.controls(I)
If not how can you move focus from one control to the next in order of the tab index?
Thanks for any help
varrArray(I)=me.controls(I)
If not how can you move focus from one control to the next in order of the tab index?
Thanks for any help