Re: Searching text in memo fields of Access 2003
From: Marshall Barton (marshbarton_at_wowway.com)
Date: 12/07/04
- Next message: TinleyParkILGal: "Re: Concatenate Date & Currency Fields"
- Previous message: Marshall Barton: "Re: is this an impossible query?"
- In reply to: David: "Searching text in memo fields of Access 2003"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 07 Dec 2004 17:52:36 -0600
David wrote:
>I would like to know if it is possible to search for specific text within
>memo fields of Access 2003 databases?
Yes. Use the Like operator along with wildcards, something
like:
SELECT *
FROM thetable
WHERE memofield Like "*specific text*"
-- Marsh MVP [MS Access]
- Next message: TinleyParkILGal: "Re: Concatenate Date & Currency Fields"
- Previous message: Marshall Barton: "Re: is this an impossible query?"
- In reply to: David: "Searching text in memo fields of Access 2003"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|