Is there anyway i can change a line i've drawn in an access report to appear thicker than "Hairline" and thinner than 1pt.
The code only applies for Me.Line. Is there any way i can apply it to say Me.Line10
Code:
With Me
.DrawWidth = 5
Me.Line(x1,y1)-(x2,y2)
End With
The code only applies for Me.Line. Is there any way i can apply it to say Me.Line10