ACC1x: How to Simulate Changing RecordSource Property of ReportLast reviewed: May 14, 1997Article ID: Q102672 |
The information in this article applies to:
SUMMARYAlthough you cannot actually change the RecordSource property of a report, you can simulate the change by using a OpenReport macro action and calling a different query source from the Filter Name argument.
MORE INFORMATIONThe Filter Name argument must reference a query that contains the same number of fields (with the same names) as appear in the existing report. If the fields do not exist in the query, the report may display the "#Name?" error message for controls bound to those fields. To simulate changing the RecordSource property of a report called MyReport, do the following:
REFERENCESMicrosoft Access "User's Guide," version 1.0, Chapter 23 |
Keywords : kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |