How can I determine whether a particular control on my form is an element in a control array?
1. Trying to access the index property fails, giving error 343 'object not part of control array'
2. Using IsArray() should logically work, but it fails in my case.

[Edited by honeybee on 06-13-2000 at 01:36 AM]