Ok as I have posted before I am a newbie to this so please be gentle...

I have a tabbed form with numerous text boxes on, now some of these text boxes are related to one another whilst others aren't.

e.g.
tab1
[MH1] [MH2] [MH3] [MH4] [MH5]
[MH6] [MH7] [MH8] [MH9]
[MH10]

tab2
[MH11] [MH12] [MH13] [MH14] [MH15]
[MH16] [MH17] [MH18] [MH19]
[MH20]



MH1 TO MH10 are all related as are MH11 TO MH20, however MH1 to MH5 form a line of output to a file, MH6 to MH9 form the next line and MH10 the next. MH11 to MH15 form the next line of output and so on til MH20.

Question: Is it best to set up a array of text boxes for each seperate line of output?? Also what is the best way to read each/all these text boxes to check the data that has been input?

regards,

Matt