Is there any easy way of reindexing controls on a form so that I can refer to the controls by their index number in the controls collection based on their position on the form?
The current index is in the order in which they were created I believe, but I would like to change this so that they follow the tab order, with control labels indexed last.
The current index is in the order in which they were created I believe, but I would like to change this so that they follow the tab order, with control labels indexed last.