Hello,
Is there anyway to determine a particular control's subscript?
I'm aware of the forms.count(n) method for cycling through all the controls on a form, but often you don't want to go through them all, but might want to just work on a few of them at a time. Is there any way to find out what particular 'number' a control has, on the form (a bit like can for a Tab Stop). If so, can that number (or subscript) be changed if necessary, as you can with a Tab Stop?
Cheers.