One of my fields is a memo field that contains 3-20+ lines. I'm trying to break each line out into it's own record, so far what I have done is created 20 formulas such as: "Split( {codet.optdisp}, Chr(13) )[3]"
I don't need the first two lines so I started with the third. This works fine but since I've added 20 and not all records will have 20 lines in the text field it errors out when it hits a record as such.
I'm sure there is a better way to handle this, just experienced with parsing text. Suggestions?
I don't need the first two lines so I started with the third. This works fine but since I've added 20 and not all records will have 20 lines in the text field it errors out when it hits a record as such.
I'm sure there is a better way to handle this, just experienced with parsing text. Suggestions?