This is Outlook VBA code? This statement
strText
should be changed to strText = "" or removed completely. In this statement:
strText = strText & (t.t.DueDate)
t.t.DueDate should be t.DueDate and you probably will also want to put some kind of delimiter between the two text expressions.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> get the following error and am stuck, compile error
> sub or function not defined. not sure what to do to fix it.
[quoted text clipped - 20 lines]
>
> End Sub
Dickery1 - 06 Mar 2008 11:01 GMT
On Mar 5, 9:44 pm, "Sue Mosher [MVP-Outlook]" <sue...@outlookcode.com>
wrote:
> This is Outlook VBA code? This statement
>
[quoted text clipped - 38 lines]
>
> - Show quoted text -
thanks