Truncated 'long text' field?

fkneg1

Registered User.
Local time
Today, 21:23
Joined
Aug 11, 2013
Messages
23
Hello,
I have been using Access 2013 to make a database which outputs values to PowerPoint. Everything has been working fine up to now that I'm trying to add to the presentation.
I have two tables with data in which are both brought together in a query which my VBA code relates to to output it to Powerpoint. Both tables contain data in 'long text' fields. The data from one outputs into PowerPoint textboxes without any issues regardless of the length of the data but the data from the other one is truncated to 255 characters. It definitely says it is a 'long text' field - is there any reason it would truncate the output?

Thanks
 

Users who are viewing this thread

Back
Top Bottom