ACC: Find Does Not Work with Fields Containing # CharacterLast reviewed: May 28, 1997Article ID: Q109360 |
The information in this article applies to:
SYMPTOMSNovice: Requires knowledge of the user interface on single-user computers. You cannot use the Find command to find fields containing the number sign character (#).
CAUSEThe number sign character is a control character in Microsoft Access; the Find command does not treat it as it does regular characters.
RESOLUTIONTo search for the number sign character (or any control character), you must place brackets around the control character. For example, to search for a record containing the text string "hello#", you would enter:
hello[#] STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior
REFERENCESFor more information about using special characters with the Find feature, search the Help Index for "finding data, ways to." For more information about control characters, search the Help Index for "wildcard characters." |
Keywords : GnlFnd kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |