Article ID: 143280 - Last Review: January 19, 2007 - Revision: 3.3 ACC: How to Fill Text Boxes on a Report Using Visual BasicThis article was previously published under Q143280
Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
This article shows you how to create a sample Visual Basic for Applications
function that populates (or fills) controls on a report based on a table
or query when you preview or print the report. The sample function
fills a newly-created text box on a report with a value from the
QuantityPerUnit field in the Products table of the sample database
Northwind.mdb. The report is based on the Current Product List query
of the Northwind database.
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: 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
MORE INFORMATION
The following example calls a Visual Basic for Applications function in a
report's OnFormat property to fill an unbound control on the report. As an
alternative, you can call the function from the ControlSource property of
the unbound control. To create the example, follow these steps:
REFERENCES
For an example of how to fill text boxes on a report using Access Basic,
please see the following article in the Microsoft Knowledge Base:
109943
(http://support.microsoft.com/kb/109943/EN-US/
)
How to Fill Text Boxes on a Report Using Access Basic
| Article Translations
|

Back to the top
