Hello all I am writing a program about the database.
The part of program as follow
For i = 0 To 3
str_detalle = "rs_editfac!mem_DETALLE" & (i )
Text2(i) = str_detalle
Next i
In the table ,there are such as
rs_editfac!mem_DETALLE1
rs_editfac!mem_DETALLE2
rs_editfac!mem_DETALLE3.....
those fields , I want put the value of those field to the textboxs,such as
text2(0)=rs_editfac!mem_DETALLE1
text2(1)=rs_editfac!mem_DETALLE2
text2(2)=rs_editfac!mem_DETALLE3
......
I don't know how can I write this.
Have anyone can help me?
Thank you very much!
Best regards,
Simon
Archived from group: microsoft>public>vb>syntax