ACC2000: Upsized Chart Is Blank (233165)
The information in this article applies to:
This article was previously published under Q233165 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).
SYMPTOMS
When you open a form or a report that contains a chart that was upsized from a Microsoft Access database, you may receive the following error message:
The recordsource 'ut_qry##' specified on this form or report does not exist.
You misspelled the name, or it was deleted or renamed in the current database, or it exists in a different database.
In the Form or Report's Design view, display the property sheet by clicking the Properties button, and set the RecordSource property to an existing table or query.
When you click OK, you receive the following error message:
An error occurred while sending data to the OLE Server (the application used to create the object).
*You may have tried to send too much data. If you're creating a chart and the chart is based on a query, modify the query so that it selects less data. If the chart is based on a table, consider basing it on a query instead so that you can limit the data.
* You may be using an OLE server that doesn't accept the Clipboard format.
* You may not be able to start the OLE server because it's not properly registered. Reinstall it to register it.
* Your computer may be low on memory. Close windows to free up memory, or restart Microsoft Windows.
When you click OK, the form or the report is displayed, but the chart is blank.
CAUSE
The RowSource property of the upsized chart refers to a view or a stored procedure that does not exist in your Access project.
RESOLUTION
Copy the SELECT statement that you see in the RowSource property of the original chart, and use it to manually replace the value in the RowSource property of your upsized chart.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 6/24/2004 |
---|
Keywords: | kbbug KbClientServer kbpending KB233165 |
---|
|