ACC: Find Does Not Work with Fields Containing # Character
Article ID: 109360
Article Last Modified on 1/18/2007
APPLIES TO
- Microsoft Access 1.0 Standard Edition
- Microsoft Access 1.1 Standard Edition
- Microsoft Access 2.0 Standard Edition
- Microsoft Access 95 Standard Edition
- Microsoft Access 97 Standard Edition
This article was previously published under Q109360
Novice: Requires knowledge of the user interface on single-user computers.
SYMPTOMS
You cannot use the Find command to find fields containing the number sign
(#) character.
CAUSE
The number sign character is a control character in Microsoft Access;
the Find command does not treat it as it does regular characters.
RESOLUTION
To 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[#]
REFERENCES
For 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: kbprb kbusage KB109360