The information in this article applies to:
Moderate: Requires basic macro, coding, and interoperability skills. SYMPTOMSIf you have a form that is based on a query, and the query contains multiple fields with the same name (such as FieldA from Table1, and FieldA from Table2), the control(s) on the form that are bound to that field name will be blank or may display the "#Name?" error. CAUSEBecause the same field name appears multiple times in the query that the form is based on, Access does not know which field to link to the control(s). Therefore, instead of making an assumption about which field to link to, it leaves the control(s) that are linked to duplicate field names blank or displays the "#Name?" error in the control. RESOLUTION
To correct this behavior, rename the field in the query.
REFERENCESFor more information about changing a field name in a query , click Microsoft Access Help on the
Help menu, type "query design grid" in the Office Assistant or the Answer Wizard,
and then click Search to view the topic. Additional query words: poundname prb
Keywords : kberrmsg kbdta QryOthr |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |