Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Database Design / January 2004

Tip: Looking for answers? Try searching our database.

memo field searchable?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
wmerrick - 22 Jan 2004 17:42 GMT
is the memo field searchable? We want to use it to record
notes, and we want to search the notes in the future by
keywords...
John Vinson - 22 Jan 2004 21:31 GMT
>is the memo field searchable? We want to use it to record
>notes, and we want to search the notes in the future by
>keywords...

Certainly. You cannot put an index on it, so the search may be slow if
you have a lot of records and/or a lot of text in the memo field, but
a Query like

SELECT * FROM MyTable
WHERE memofield LIKE "*zebra*"

will find all the records containing zebra in the memo field.

                 John W. Vinson[MVP]    
   Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=public
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.