I have a report of survey responses that I want to export to Excel to be sent to a translator but the long responses are cut off at 255 characters.
I've looked at a lot of possible fixes to this around the web but the common answers are to make workarounds with VBA. To basically cut the responses apart and then export each piece or something along those lines.
However, this is not my primary job responsibility and I am new to Access and don't have any experience with VBA so I am having a hard time understanding how to go about doing some of those things.
Does anyone know of a way to solve the Excel truncation issue without using VBA? But by just clicking around and changing settings in Access or Excel? I'd love to find a fix along those lines before investing a lot of time trying to learn VBA.
Thanks!