ACC2000: Combo Box or List Box Empty After You Use Upsizing Tools (229755)
The information in this article applies to:
This article was previously published under Q229755 Advanced: Requires expert coding, interoperability, and multiuser skills.
This article applies only to a Microsoft Access database (.mdb).
SYMPTOMS
After you use the Microsoft Access Upsizing Tools to migrate your database to a Microsoft Access client/server application, combo boxes and list boxes that previously functioned correctly now are blank or return the following error message when you use them:
The recordsource 'ut_qry##' specified on this form or report does not exist.
CAUSE
The Rowsource property of the combo box or list box contains one of the following values:
- A query that uses parameters
- A query or SELECT statement that references a control on a form in its WHERE clause
- A SELECT statement that does not specify each output column by using the format [TableName].[FieldName]
RESOLUTION
In your Microsoft Access project, create a stored procedure that returns the data that you want to display in your data-bound control. Then, use the stored procedure in the RowSource property of the control that does not work correctly.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was corrected in Access 2002.
REFERENCESFor more information about the Upsizing Wizard, click Microsoft Access Help on the Help menu, type upsizing wizard in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
Modification Type: | Major | Last Reviewed: | 6/28/2004 |
---|
Keywords: | kbbug kbpending KB229755 |
---|
|