ACC: Changed Field Names in Table Are Not Reflected in QueryID: Q96545
|
Novice: Requires knowledge of the user interface on single-user computers.
If you create a query using an existing table and then change a field name
in that table, the new field name does not show in the query grid when the
query is reopened. The old field name in the query grid has been made into
an expression similar to this:
Expr1: TableName.[Old FieldName]
Changes to table field names do not propagate up through the queries based on that table.
Replace the new expression in the field cell of the query grid with the correct field name from the table. The field list in the upper half of the query window will show the current field names.
This behavior is by design.
This behavior actually preserves the original query so that you can see what was originally included in the query.
Table: Table1
--------------------
Field Name: OldName
Data Type: Text
Query Name: Query1
-------------------
Field Name: OldName
Show: True
Expr1: Table1.[OldName]
Additional query words: update structure
Keywords : kbusage QryOthr
Version : 1.0 1.1 2.0 7.0
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: March 20, 1999