In the following code how would I make the A1 control reference increase when the i increases i.e when i=2 reference A2, i=3 reference A3.
Any help would be much appreciated
Thank you
Code:
For i = 1 To 33
Forms![Engineer Full Report].[A[COLOR=Red]1[/COLOR]].ForeColor = RGB(255, 128, 0)
Forms![Engineer Full Report].[A[COLOR=Red]1[/COLOR]].FontBold = True
Next
Any help would be much appreciated
Thank you