I have a for next statement that I want to automatically have access to move to the next text box to fill in the data. I have tried using the concatentation character but I get an error message. Any suggestions??
For X = 1 To 2
Me!Total&X = rst![IM772]
Me!Rtotal&X = rst![RI121]
Next X
I want the text box to change to Total01 to Total02 and the same for Rtotal01 and Rtotal02. I have 30 text boxes that need to be filled in but it has to increment based on the X.
Thanks,
Deborah