Jim almost got this right. You can use the Print method to display your values in the report. Place code in the On Format event of the report section where you want to print your values:
Dim intI as integer
Dim lngX as Long 'left position
lngX = 720 'half inch
For intI=1 to 10
Me.CurrentX = lngX
Me.print ArrayName(intI)
Next
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.