ACC2000: Combo Box or List Box Empty After You Use Upsizing ToolsID: Q229755
|
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.
The Rowsource property of the combo box or list box contains one of the following values:
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.
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
Steps to Reproduce Behavior
Form: MyForm
----------------------
Caption: Upsizing Test
RecordSource: None
Combo box
----------------------------------------------------------------------
Name: Field1
RowSource: SELECT [Categories].[CategoryID],[Categories].[CategoryName]
FROM Categories
ORDER BY [CategoryName] DESC;
For 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.
Additional query words: pra
Keywords : kbdta AutPrb
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: July 16, 1999