You receive incorrect results when you apply a filter in a Microsoft Access project (824160)
The information in this article applies to:
- Microsoft Office Access 2003
- Microsoft Access 2002
This article applies only to a Microsoft Access project (.adp).
Moderate: Requires basic macro, coding, and interoperability
skills.
SYMPTOMSWhen you apply a filter in a Microsoft Access project to
display a subset of records, you may receive a result set that does not match
the filter condition.WORKAROUNDTo work around this problem, you must use the appropriate
syntax in filter expressions. This syntax may be Microsoft Jet syntax or SQL
syntax, depending on where the filter expression is run. You may work
around this problem by using the Microsoft Jet syntax in the filter expression
because the filter expression is run on the client side. For example,
change the filter expression from Between '4/1/1996' and '11/1/1996' to Between #4/1/1996# And #11/1/1996# STATUS This
behavior is by design.
| Modification Type: | Minor | Last Reviewed: | 6/8/2004 |
|---|
| Keywords: | kbADP kbdesign kbProgramming kbDatabase kbfilters kbprb KB824160 kbAudDeveloper |
|---|
|