The information in this article applies to:
Novice: Requires knowledge of the user interface on single-user computers. SYMPTOMSA field returns a "#Error" error message when the ControlSource property (bound field) contains the Name property in an expression. However, in an unbound text box, the same expression generates the expected value rather than "#Error." CAUSEA circular dependency exits in the problem form or a report. Control names take precedence over field names when binding. Access does not provide a more descriptive error for circular references. RESOLUTION
To reference the Name property in an expression, use an unbound text box. Otherwise, reconstruct the ControlSource property expression so that it does not reference the Name property.
MORE INFORMATION
If you create a form based on a table or query and drag a numeric field
onto the form, by default the ControlSource property and the Name property are given the name of the actual field in the underlying table or query. If you change the ControlSource property to an expression that includes the Name property, you see "#Error" in this field when you switch to Form or Datasheet view. Name: Person_ID Additional query words: pounderror prb
Keywords : kberrmsg kbusage kbdta ExrOthr |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |