Help!!
with Acsess 2000 I am trying to send an email using:
DoCmd.SendObject acSendNoObject, , acFormatTXT, assignto, , , task, comment, False
where 'comment' is a memo field on a form.
After much tedious test I have discovered it only sends if the length of the memo field is less than 2184 characters.
My perfect solution is not to convert the memo into an attachment - so is there some other way around this ?
with Acsess 2000 I am trying to send an email using:
DoCmd.SendObject acSendNoObject, , acFormatTXT, assignto, , , task, comment, False
where 'comment' is a memo field on a form.
After much tedious test I have discovered it only sends if the length of the memo field is less than 2184 characters.
My perfect solution is not to convert the memo into an attachment - so is there some other way around this ?