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.