Searching for individual words in a memo field

simontheak

New Member
Joined
Jan 21, 2003
Messages
5
I apologise in advance for what I'm sure is a very simple question ... however I'm a newbie and still learning Access.

I have set up a simple table containing a couple of text fields and a couple of memo fields. I have written a couple of simple queries to search the text fields, however the same formula is not working for the memos. Here's what I have:

Like [Please enter a keyword here]

Unfortunately this means that the database doesn't find anything unless someone types in the exact phrase that is held in the Description field (the field containing the memo). As you can imagine this isn't much good. I'd like the user to type in a word and Access to search for that word in the whole of the memo and then display the record if it finds it.

Does that make sense?

I hope someone might be able to help me .... thanks very much for your help in advance!
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Hi Simon, welcome to the board. Try this instead ...

Like "*" & [Please enter a keyword here] & "*"
 
Upvote 0

Forum statistics

Threads
1,223,436
Messages
6,172,120
Members
452,445
Latest member
Behnam_nj764

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top