I was using the following to match text matchText(tword1,tword) but I just relized that it is also selecting any strings that have that pattern, is there a way to only select exact matches? example tword1= record_id tword = record_id matchtext returns record_id orig_record_id only want it to return record_id Thanks Rob