Article ID: 300693 - Last Review: March 27, 2007 - Revision: 6.1 How to dynamically set the input parameters of a report at run time in an ADPThis article was previously published under Q300693 Moderate: Requires basic macro, coding, and interoperability
skills. This article applies only to a Microsoft Access project (.adp). On This PageSUMMARY Unlike with a form, you cannot use the InputParameters property to set the parameters of a report at run time. However,
you can set the record source of the report at run time, and then pass the
appropriate values to the stored procedure. This article shows you how to do
so. MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. Step-by-Step Example
| Article Translations
|
Back to the top
