in reply to Exact Match

erm, I think you have your SQL where clause back-to-front. Why don't you try:
SELECT * FROM description_table WHERE description_column LIKE '%Robert Jr%';