I want to filter a MS Access form [click a button] (specific field is ActionNote, which is a Memo field) to only show those records that match keywords from table called keyword_table. Would like to use MS Access VBA code. The keyword_table has one column called ID. This column contains only one word (55 records, each record is a unique word) [highlighting these words in the memo field or changing the color would be a plus].