P
potato_basher
Hi,
I have a report that has 30 unbound text boxes in the detail section
The recordset has 30n entries. I have this code to fill them:
box1 = rs!total
rs.movenext
box2 = rs!total
rs.movenext
box3 = rs!total
rs.movenext
box4 = rs!total
rs.movenext
...
Is there a way to refer to the unbound boxes with a variable so I ca
loop through them? I guess it is something to do with controls, but
get lost trying to find the right one for the value in the textbox.
Cheers
J
I have a report that has 30 unbound text boxes in the detail section
The recordset has 30n entries. I have this code to fill them:
box1 = rs!total
rs.movenext
box2 = rs!total
rs.movenext
box3 = rs!total
rs.movenext
box4 = rs!total
rs.movenext
...
Is there a way to refer to the unbound boxes with a variable so I ca
loop through them? I guess it is something to do with controls, but
get lost trying to find the right one for the value in the textbox.
Cheers
J