Splitting / Breaking One Field During Export
I have a bit a a quandry. I'm trying to figure out a way to Export some information from a Database into Excel so I can load it into a label printing program. My difficulty results from my need to break the "FileTitle" field, which can have up to 255 characters, into three fields that can be no longer than 28 characters.
I know I can do a simple export into Excel and then use convert text to columns but that breaks up words and I want the break to occur at blank spaces, so no words are broken up.
I'm hoping to find some way to tell the system to look back a certain amount of characters, from the potential breaking point, and tell it to break where it sees a blank space character and nothing else.
I'm trying to avoid having to retype all the titles into the label program.
Any and all assistance will be greatly appreciated.
I know I can do a simple export into Excel and then use convert text to columns but that breaks up words and I want the break to occur at blank spaces, so no words are broken up.
I'm hoping to find some way to tell the system to look back a certain amount of characters, from the potential breaking point, and tell it to break where it sees a blank space character and nothing else.
I'm trying to avoid having to retype all the titles into the label program.
Any and all assistance will be greatly appreciated.
Last edited: