Splitting a row into multiple rows based on length of a field
Note Id, Note Subject, Note Creator, and Note.
If the Note > 1999 characters, I need to create a second (and third, and so on) row with each row containing the as much of the note as possible. With each additional row created, I will need to create a new row id with Note Subject and Note Creator staying the same. In the second row, the Note field would start with character 2000 and continue to 3999 or until complete. This would continue until the entire note has been accounted for.