S
sheniece via AccessMonster.com
Helo all, I crated a word template with some custom doc properties. my form
has a memo field, my code converts the value to the memo field to a string
but when i assign the memo field to the doc property it gets truncated after
255 characters. any help would be appreciated. the following, is the partial
code:
Dim prps As Object
Dim strInterventionActivity As String
strInterventionActivity = Nz([Forms]![EditNote]![tbxInterventionActivity])
prps.Item("InterventionActivity").Value = strInterventionActivity
has a memo field, my code converts the value to the memo field to a string
but when i assign the memo field to the doc property it gets truncated after
255 characters. any help would be appreciated. the following, is the partial
code:
Dim prps As Object
Dim strInterventionActivity As String
strInterventionActivity = Nz([Forms]![EditNote]![tbxInterventionActivity])
prps.Item("InterventionActivity").Value = strInterventionActivity