Steve's keyword search video shows you how to change the recordsource of the subForm based on the value you supply for txtKeywords on the main form.
In overview, you set the recordsource of the subform to all records. Then you add a Where clause criteria changing the recordsource, then requery the subform's recordsource to only show the qualifying records.
More info on the use of Filter from Allen Browne.