ACC: How to Use the Circle Method on a ReportLast reviewed: August 29, 1997Article ID: Q116501 |
The information in this article applies to:
SUMMARYModerate: Requires basic macro, coding, and interoperability skills. This article describes how to use the Circle method to create a filled-in "pie slice" on a report. 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.
MORE INFORMATIONThe following sample user-defined function, PIE(), can be called from an event property on the report's detail section. The function uses the Circle method to create a filled-in "pie slice" on the report:
REFERENCESFor more information about the Circle method, search the Help Index for "Circle method," ask the Microsoft Access 97 Office Assistant. You can find information, instructions, and examples in the Developer Solutions sample application (Solutions.mdb) included with Microsoft Access 97. For more information about "drawing circles on reports," open the Solutions.mdb database usually located in the Access\Samples folder. Select "Control what you print on reports." in the Select A Category Of Examples box, and then "Draw a circle around data to accentuate it." in the Select An Example box. Keywords : kbprg PgmHowTo RptEvent Version : 2.0 7.0 97 Platform : WINDOWS Hardware : x86 Issue type : kbhowto |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |