Access keywords

  • Thread starter Thread starter tom
  • Start date Start date
T

tom

hello,
I'm looking for a way to search a memo field in MS Access
by (multiple) keywords. does anyone know how this is done
or where i might find a tutorial on this subject?

thanks for your time in advance,

tom
 
The simplest approach is simply to use LIKE "*keyword*" repeatedly for each
keyword of interest.

A more robust approach is to create a table of keywords, and an intersection
table to resolve the many-to-many relationship between your keyword table
and the table that contains your memo field. As you populate the memo field,
you insert rows into that intersection table. That should make retrieval
quicker (although it does make updating the data more complicated).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

access keywords 2
keyword 2 2
keyword 2
Word count? Keywords? 1
Multiple keyword search 2
List of Access VBA to Outlook objTask Keywords 2
multiple keyword search 4
using keyword as SQL query value 5

Back
Top