Question : SendObject -- Message Text Truncates

Hello, experts!

I have a ticket management database that I want to use to send emails to users once an issue is resolved (a button is clicked, then a macro is run using the SendObject action).  Everything works fine with the exception that the Message Text is truncated after 250 characters (including spaces).  The Message Text is set to "=[Comment]", where [Comment] is a memo field in my ticket table.  Any help is much appreciated.  

Also, I'm not opposed to using a different method, if it will resolve the issue of truncation.

I'm using Access 2003.

Thanks!

Answer : SendObject -- Message Text Truncates

I think the export functionality has limits on the size of exporting memo fields. It appears to be 255
Checking MS, I found this  http://support.microsoft.com/kb/208801/en-us although its excel, I assume SendObject to be same logic as exporting

All I can suggest is to read via a recordset, see if it makes a difference
u may need to define your string

dim x as string * 2000

or something along those line
Random Solutions  
 
programming4us programming4us