I have a continuous subform with 5 text boxes.
text1, text2,text3, text4, text5
I created an unbound text box on the main form that combines the results of the 5 subform text boxes and displays them using vba.
me.textbox =form_subform.text1 & text2 & text 3 etc...
I need a For or a Do statement that will display the other rows in my subform. Any help would be great.
text1, text2,text3, text4, text5
I created an unbound text box on the main form that combines the results of the 5 subform text boxes and displays them using vba.
me.textbox =form_subform.text1 & text2 & text 3 etc...
I need a For or a Do statement that will display the other rows in my subform. Any help would be great.