ACC97: No Prompt for Parameter Value Exporting Form w/ OutputToLast reviewed: June 27, 1997Article ID: Q170699 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. You are not prompted to enter a parameter value when you output a form to text if the form is bound to a query that contains an invalid form control reference on its Criteria row. However, the text file that is created does not contain any data.
CAUSEThis behavior occurs if you use implicit form control referencing in the query. For example:
Forms![FormName]![ControlName] RESOLUTIONTo ensure that the text file that is created contains data, use explicit form control referencing in your query, or use the control's Value property. For example:
Forms![FormName].[ControlName] -or- Forms![FormName]![Controlname].Value STATUSMicrosoft has confirmed this to be a problem in Microsoft Access 97. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONYou can use the OutputTo action or method to output the data in a specified Microsoft Access database object (a datasheet, form, report, or module) to a file in Microsoft Excel 97 (*.xls), MS-DOS text (*.txt), or rich-text (*.rtf) format.
Steps to Reproduce Problem
|
Keywords : kbusage OtpOthr
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |