ACC2000: Wrong Results Using Filter By Form on Hyperlink FieldID: Q202131
|
Moderate: Requires basic macro, coding, and interoperability skills.
On a Hyperlink field in a Filter By Form, if you use the Like operator with an asterisk (*) as the last character of the lookup value, more records than expected may be returned.
The Filter By Form will append an extra asterisk at the beginning of the
lookup value.
For instance, if you have two records, one with a Hyperlink field of ABC
and another with a Hyperlink field of 123ABC, when you enter Like "ABC*" in the criteria of the Filter By Form, both records will be returned. Filter By Form has changed the criteria to Like "*ABC*".
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
Table: tblTest
-------------------------
Field Name: ID
Data Type: AutoNumber
Field Name: testHyperlink
Data Type: Hyperlink
ID | testHyperlink |
---|---|
1 | 123ABC456 |
2 | ABC123 |
3 | As Easy as 123 |
4 | ABCtestABC |
For more information about the Filter by Form feature, click Microsoft Access Help on the
Help menu, type "filter by form, blank form" in the Office Assistant or the Answer Wizard,
and then click Search to view the topics returned.
Additional query words: filter-by-form
Keywords : kbdta FmrOthr IntLink
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: May 13, 1999