Hi everyone,
I'm reposting this to see if I can get some additional help as I've been unsuccessful at resolving this problem.
I've created a form-based application using Access that helps users automatically fill out a Word form. For the most part, everything is working great EXCEPT when I try to pass any string greater 255 characters in length from Access to a Word text field using VBA. If it's shorter than 255 characters, I never have a problem, and the string passes fine. But when greater than that, the string simply doesn't pass.
At the suggestion of another forum member, I tried to have Access write the string to a text file and then get my Word form to read that text file, but I think this may be even more complicated for me to do as I'm really a novice at this.
Has anyone ever come up against this kind of problem? Is there any way around it that doesn't involve creating a text file? I would really appreciate some help.
Thanks,
jhawk
I'm reposting this to see if I can get some additional help as I've been unsuccessful at resolving this problem.
I've created a form-based application using Access that helps users automatically fill out a Word form. For the most part, everything is working great EXCEPT when I try to pass any string greater 255 characters in length from Access to a Word text field using VBA. If it's shorter than 255 characters, I never have a problem, and the string passes fine. But when greater than that, the string simply doesn't pass.
At the suggestion of another forum member, I tried to have Access write the string to a text file and then get my Word form to read that text file, but I think this may be even more complicated for me to do as I'm really a novice at this.
Has anyone ever come up against this kind of problem? Is there any way around it that doesn't involve creating a text file? I would really appreciate some help.
Thanks,
jhawk