ACC: Using LIKE with Wildcards May Cause Unexpected Results (200406)
The information in this article applies to:
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q200406 Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
In a Microsoft Access query, if you use the LIKE operator with a wildcard, such as "*" or "?", to search for dates, you may see unexpected results.
CAUSE
The LIKE function is used to compare two strings. It does not inspect the string for any type of date information.
RESOLUTION
Use the comparison operators <, >, <=, =>, <> or the BETWEEN clause when searching for dates. For example, when looking for dates in the month of May 97, use the following syntax:
Orders.OrderDate >= #5/1/1997# AND Orders.OrderDate <= #5/31/1997#
REFERENCESFor more information about using criteria to find certain records, click Microsoft Access Help on the
Help menu, type criteria to retrieve records in the Office Assistant or
the Answer Wizard, and then click Search to view the topics
returned.
Modification Type: | Major | Last Reviewed: | 10/22/2003 |
---|
Keywords: | kbprb KB200406 |
---|
|