ACC2000: Find and FindRecord Do Not Find Null Values in Some Data Types (248934)
The information in this article applies to:
This article was previously published under Q248934 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies only to a Microsoft Access database (.mdb).
SYMPTOMS
When you search for a Null value by using the Find command on the Edit menu, the Visual Basic for Applications equivalent of the Find command, or the FindRecord macro action, you may receive the following message:
Microsoft Access finished searching the records. The search item was not found.
You receive this message even though one or more records contain a Null value in the field being searched.
CAUSE
You may experience this problem when you are searching for Null in a field with a data type of Number, Date/Time, Currency, or OLE Object, and you are using one of the following methods to search:
- The Find command on the Edit menu.
- The FindRecord Action in a macro.
- Either of the following Visual Basic for Applications methods:
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70 DoCmd.RunCommand acCmdFind
RESOLUTION
To resolve this problem, obtain Microsoft Office 2000 Service Release 1/1a (SR-1/SR-1a).
To obtain SR-1/SR-1a, click the article number below to view the article in the Microsoft Knowledge Base:
245025 OFF2000: How to Obtain and Install Microsoft Office 2000 Service Release 1/1a (SR-1/SR-1a)
To temporarily work around this problem, use either of the following methods, which are explained in detail in the "More Information" section later in this
article:
- Filter by Form
- The FindFirst Method
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
This problem was corrected in Microsoft Office 2000 SR-1/SR-1a.
Modification Type: | Major | Last Reviewed: | 11/25/2002 |
---|
Keywords: | kbbug KB248934 |
---|
|