Morning all,
I have setup a lot of templates each with their own various logos for different partners and what I want to do is use each template as a base for different letters, rather than create them all again just for a new letter type. So from the database it looks up in a table I setup for the type of letter to use, opens the relevant word template and populates the 'BodyText' formfield with the body of the letter.
The problem is for some reason seems to be a limit on the size of the text a formfield can hold (255 max) and I need to populate much more than this. How can I get around this?
I recieve the following error:
Run-time error '4609': "String too long"
I have looked at the following link but I do not understand it:
http://support.microsoft.com/kb/163192
Can anyone please help?