The information in this article applies to:
SUMMARY
If you use a constant (Yes, No, True, False, On, Off, or Null) as a
field name in a table and then create a query that uses any of those
fields, you receive the following error message:
where <Table> is the name of the table you are using in the query and <Field> is the name of the field in question. A constant represents a numeric or string value that does not change. In some respects, a constant is like a variable or a reserved word. Unlike a variable, however, the value of a constant cannot change during program execution. If you receive the above error message, you must change your field name at the table level. REFERENCESFor more information, search for "Constants" using the Help menu. Additional query words: queries
Keywords : kberrmsg kbusage QryOthr |
Last Reviewed: March 23, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |