ACC: How to Create a Line That Can Shrink and Grow in a Report (170838)
The information in this article applies to:
- Microsoft Access 2.0
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q170838 Advanced: Requires expert coding, interoperability, and multiuser skills.
SUMMARY
The detail section of a report can grow and shrink vertically if you set
its CanGrow and CanShrink properties to Yes. However, line controls do not
have these properties and cannot grow or shrink as the detail section does.
This article demonstrates how to use the Line method to draw a line that
can grow and shrink as the detail section does.
This article assumes that you are familiar with Visual Basic for
Applications and with creating Microsoft Access applications using the
programming tools provided with Microsoft Access. For more information
about Visual Basic for Applications, please refer to your version of the
"Building Applications with Microsoft Access" manual.
NOTE: Visual Basic for Applications is called Access Basic in Microsoft
Access version 2.0. For more information about Access Basic, please refer
to the "Building Applications" manual.
REFERENCES
For more information about using the Line method in reports, search the
Help Index for "Line method."
For more information about using the Line method to draw rectangles,
please see the following article in the Microsoft Knowledge Base:
124642 ACC: How to Shrink and Grow a Rectangle in a Report
Modification Type: | Major | Last Reviewed: | 5/9/2003 |
---|
Keywords: | kbcode kbhowto KB170838 |
---|
|