Article ID: 151543 - Last Review: January 19, 2007 - Revision: 3.1 ACC: Report Vertical Lines Do Not Grow with SectionThis article was previously published under Q151543
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
Vertical Line controls do not increase in height when you place them in a
report section whose CanGrow property is set to Yes.
NOTE: This article explains a technique demonstrated in the sample files, RptSampl.exe (for Microsoft Access for Windows 95 version 7.0) and RptSmp97.exe (for Microsoft Access 97). For information about how to obtain these sample files, please see the following articles in the Microsoft Knowledge Base: 145777 (http://support.microsoft.com/kb/145777/EN-US/ ) ACC95: Microsoft Access Sample Reports Available in Download Center 175072 (http://support.microsoft.com/kb/175072/EN-US/ ) ACC97: Microsoft Access 97 Sample Reports Available in Download Center RESOLUTION
You can use the Line method to prevent unbroken lines even if the report
section grows. The following example uses the sample database Northwind.mdb
to demonstrate how to use the Line method.
If Me.Page <> 1 Then...(Line code)...End If.
REFERENCES
For more information about the Circle method, please see the following
article in the Microsoft Knowledge Base:
116501 (http://support.microsoft.com/kb/116501/EN-US/ ) ACC: How to use the Circle Method on a Report For more information about the Line method, search on the phrase "Line method" using the Microsoft Access 97 Help Index. | Article Translations
|


Back to the top
