G
Guest
I have created a macro to send an email. It pops up Outlook just fine,
however it is not grabbing all of the data in a field. It is limiting it.
Here is the macro code
To: =Nz(DLookUp("[E-Mail Address]","Contacts","ID=" & Nz([Assigned_To],0)))
Message Text: ="Issue ID: " & [IssueID] & Chr$(13) & "Narrative: " &
[Narrative] & Chr$(10) & "Update Narrative: " & [Update_Narrative]
The Narrative Field and Update Narrative field is a Memo field in the table.
Please help me as soon as possible.
however it is not grabbing all of the data in a field. It is limiting it.
Here is the macro code
To: =Nz(DLookUp("[E-Mail Address]","Contacts","ID=" & Nz([Assigned_To],0)))
Message Text: ="Issue ID: " & [IssueID] & Chr$(13) & "Narrative: " &
[Narrative] & Chr$(10) & "Update Narrative: " & [Update_Narrative]
The Narrative Field and Update Narrative field is a Memo field in the table.
Please help me as soon as possible.