Hello,

This seems such a simple problem, so I apologize if this has been answered; I have checked many threads but have not found the precise solution.

If I have a container, frame1, and a control array of text boxes txt(0), txt(1), txt(2)...how do I reference a particular control in code?

I have tried frame1.txt(0).top = 100, but that yields the error message, "Method or data member not found."

Thanks for the help...Keith.