Microsoft KB Archive/135371

From BetaArchive Wiki

PRA: RowSource Property Not Updated by Query Builder

Article ID: Q135371
Creation Date: 21-AUG-1995
Revision Date: 01-DEC-1996 The information in this article applies to:

  • Microsoft Access versions 2.0, 7.0, 97

SYMPTOMS
Moderate: Requires basic macro, coding, and interoperability skills.

When you use the Query Builder to set the RowSource property of a combo box or list box, the RowSource property is not updated to the query's SQL statement.

CAUSE


The RowSource property contains a value list at the time you open the Query Builder. This prevents the Query Builder from updating the RowSource property to the query's SQL statement.

RESOLUTION


Delete the value list from the RowSource property before using the Query Builder to create an SQL statement.

STATUS


Microsoft has confirmed this to be a problem in Microsoft Access versions 2.0, 7.0, and 97. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION


Steps to Reproduce Problem


  1. Open the sample database Northwind.mdb (or NWIND.MDB in version 2.0).
  2. Create a new form not based on any table or query and open it in Design view.
  3. Add a combo box to the form and set the following properties:

          Combo Box:
             Name: Combo0
             RowSourceType: Table/Query
             RowSource: One;Two;Three
  4. Click the Build button next to the RowSource property to open the Query Builder.
  5. In the Add Table box, select Shippers, click the Add button, and then close the Add Table box.
  6. In the Query Builder, drag the asterisk (*) from the Shippers table to the query grid.
  7. Close the Query Builder. Note that the RowSource property contains "One;Two;Three" instead of an SQL statement based on the Shippers table.

REFERENCES

For more information about the RowSource property, search for "RowSource," and then "RowSource property," using the Microsoft Access Help Index.



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

©1997 Microsoft Corporation. All rights reserved. Legal Notices.


KBCategory: kbusage
KBSubcategory: FmsCmbo
Additional reference words: 2.00 7.00 8.00 97