Quote Originally Posted by georgina
My txtxtext2 is an array field in frmMain.frm with values from 0 to 4 (total of 5 values). I now have 1 combo box (not in an array) in another form. If I set value to my text box like this:
frmMain.txtxtext2(2).Text = Combo1.Text
then I will get a value for 1 text box only
That is correct and up to this point, that is all you have indicated you needed.

What all do you need filled and from where would they get filled?