Isskint
Slowly Developing
- Local time
- Today, 12:19
- Joined
- Apr 25, 2012
- Messages
- 1,302
Hello community
I have an issues tracking database where the operator can email the ticket history (using ColumnHistory from a LongText field) to relevant persons. Initially I used a macro using the EMailDatabaseObject action. This works fine but then they needed to add attachments. I have achieved this via VBA easily enough. However, the ticket history appears as one continuous line rather than a new line for each [Version History].
So via EMailDatabaseObject i get:
Can anyone identify why and can i get around this?
I have an issues tracking database where the operator can email the ticket history (using ColumnHistory from a LongText field) to relevant persons. Initially I used a macro using the EMailDatabaseObject action. This works fine but then they needed to add attachments. I have achieved this via VBA easily enough. However, the ticket history appears as one continuous line rather than a new line for each [Version History].
So via EMailDatabaseObject i get:
but with VBA i get:Ticket History
[Version: 17/12/2013 10:09:31 ] yadaddada
[Version: 17/12/2013 13:01:55 ] yadaddada
[Version: 17/12/2013 13:02:53 ] yadaddada
Ticket History[Version: 17/12/2013 10:09:31 ] yadaddada[Version: 17/12/2013 13:01:55 ] yadaddada[Version: 17/12/2013 13:02:53 ] yadaddada
Can anyone identify why and can i get around this?