I have a string field that I need to split if it is over 30 characters long. I would like to split it inbetween words. How would I write a formula that would split the string at the space before 30 characters. For example: "Please help me with this problem" I would need to split this string between "this" and "problem" because it is the space before 30 characters. I hope I have explained this clearly. I have a limited amount of space on my report for this field and want to put one string in the detaila section and the rest in the detailb section of the report.