ACC2: "Output To" Command Fails with Financial FunctionsID: Q127976
|
Advanced: Requires expert coding, interoperability, and multiuser skills.
When you choose the Publish It With MS Word button or the Output To Rich
Text Format command while you are previewing a report, you may receive the
following error message:
Can't obtain this property setting. The property may not be available in this view, or an error has occurred.
Can't evaluate expression.
These errors can occur if the report is based on a query containing a built-in financial function or if one of the text boxes in the report contains an error that returns the "#Error" message.
Perform the calculation using the financial function in the report itself, not in the query the report is based on. Also, make sure to fix any invalid expressions in the ControlSource property of any text box that returns the "#Error" message.
Microsoft has confirmed this to be a problem in Microsoft Access version
2.0. This problem no longer occurs in Microsoft Access version 7.0.
Table: Table1
--------------------
Field Name: Rate
Data Type: Number
Field Size: Single
Field Name: Term
Data Type: Number
Field Size: Long Integer
Field Name: Amount
Data Type: Number
Field Size: Long Integer
Rate: 0.09
Term: 15
Amount: 573750
Query: Query1
--------------------------------------
Type: Select Query
Field: Rate
Field: Term
Field: Amount
Field: Pmt([Rate],[Term],[Amount],0,0)
For more information about the Output To command, search for "Output To" then "Output To Command (File Menu)" using the Microsoft Access Help menu.
Additional query words: interoperability
Keywords : kberrmsg kbusage OtpProb
Version : 2.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 9, 1999