HII !
i want to know why the textbox that output a report with the follow cod :
Private Sub Form_Load()
For I = 0 To 4
Report_txt.Text = Arryreport(I) & vbNewLine
Next I
End Sub
it's show me only the last report off the arry ( it's run overide the previous report's) .
please help me and tell me what i can do !!
10X !!!


Reply With Quote