Can anyone tell me what the wildcard characters are for SQL? I want: select * from items where KeyWords like "quick" to match for records where KeyWords contains "quick", "quicker", "quickes", "the quickest", etc. Travis