Article ID: 116501 - Last Review: January 19, 2007 - Revision: 2.3 ACC: How to Use the Circle Method on a ReportThis article was previously published under Q116501
Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
This article shows you 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 INFORMATION
The 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:
REFERENCES
For 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 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. APPLIES TO
| Article Translations
|

Back to the top
