| ACC: Calculated Fields Must Be Shown to Perform CalculationsID: Q95911 
 | 
Novice: Requires knowledge of the user interface on single-user computers.
If you have a calculated field named Field1 in a query, and you have
another field that is performing a calculation based on Field1, then the
Show property of Field1 must be selected in the query grid.
The following example assumes that you do not have a table in the query
that contains a field named Field1:
      Query: QueryTest
      ---------------------------
      Field: Field1: (1+2)
         Show: False
      Field: Field2: (Field1 + 5)
         Show: True Additional query words: queries expression
Keywords          : kbusage QryOthr 
Version           : 1.0 1.1 2.0 7.0 97
Platform          : WINDOWS 
Issue type        : kbinfo Last Reviewed: March 19, 1999