I mean click on the textbox that holds what you want to pass to frmMain. In its properties, the Index Number will be displayed. Example: Text1(1) - use whatever that number in thisOriginally Posted by georgina
Where x = the number of its position on your control array.VB Code:
frmMain.txtxtext2(x).Text




Reply With Quote