Quote Originally Posted by georgina
you mean make combo1 an array as well?
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 this
VB Code:
  1. frmMain.txtxtext2(x).Text
Where x = the number of its position on your control array.