Hi,
I have been using the Me.Line facility in the OnPrint Property of a report to draw (surprise, surprise) lines in my reports and it works fine, an example of which is:
Me.Line (0, 978)-(0, 14300)
Me.Line (1150, 978)-(1150, 14300)
These draw vertical lines and using the same appraoch but with different values i can draw horizontal lines.
Now i have searched through this forum, Access help, MSDN but to no avail so i am hoping that somebody in this forum might help.
Does anybody know what criteria/options are avialble with Me.Line? Can i set the line thickness? Change the colour etc? i.e.
Me.Line (0, 978)-(0, 14300), line thickness, colour
Cheers
Alan
I have been using the Me.Line facility in the OnPrint Property of a report to draw (surprise, surprise) lines in my reports and it works fine, an example of which is:
Me.Line (0, 978)-(0, 14300)
Me.Line (1150, 978)-(1150, 14300)
These draw vertical lines and using the same appraoch but with different values i can draw horizontal lines.
Now i have searched through this forum, Access help, MSDN but to no avail so i am hoping that somebody in this forum might help.
Does anybody know what criteria/options are avialble with Me.Line? Can i set the line thickness? Change the colour etc? i.e.
Me.Line (0, 978)-(0, 14300), line thickness, colour
Cheers
Alan