ACC97: HTML: Search for Hyperlink Fails with Specified CriteriaLast reviewed: April 2, 1997Article ID: Q164773 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. When you type a hyperlink address on the Criteria line in a query to return all records associated with that hyperlink, no records are returned even though records do exist in the table that meet the specified criteria.
CAUSEMicrosoft Access Hyperlink fields consist of the following three sections separated by number signs (#): the Displaytext, the Address, and the Subaddress. When you view these fields in a datasheet, form, or report, Microsoft Access just displays the Displaytext portion of the fields. Therefore, to return records where the Displaytext or Address is a string, you must put an asterisk (*) on either side of the string.
RESOLUTIONWhen you search for a hyperlink address you must include the asterisk character (*) in your search argument. For example, to retrieve all records that contain www.microsoft.com, you would type:
Like "*www.microsoft.com*" MORE INFORMATION
Steps to Reproduce Behavior
REFERENCESFor more information about Hyperlink fields, search the Help Index for "hyperlink fields and controls," or ask the Microsoft Access 97 Office Assistant. |
Keywords : IntpOthr kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |