Quote:
Originally Posted by Drakos
I am using VBA to iterate through the data source and produce the report, everything is working fine except one thing, any of my data Fields that are longer the 255 characters are being truncated to 255 characters.
I find this strange because everything comes out fine if I use the same data source for an actual Mail Merge.
|
That suggests your process is treating those fields as text fields, whereas they need to be treated as memo fields.
That said, without seeing either the data source or the intended output, it's impossible to confirm your assessment that mailmerge can't be used.