MikeC14081972
Programmer
I have an access db (2000) which is used for sending emails via Lotus Notes.
I'm building a string of email address from a recordset based on a table.
When passing the string (SendTo) to Lotus notes using
The string is being cut short. However if I step through the code and after the string has been compiled i view the string
The complete string is shown. I now it's not an issue with the length of string allowed by Notes as I can cut and paste the string from the Imediate window to Notes with no issues.
Anyone got any ideas?????
Thanks
I'm building a string of email address from a recordset based on a table.
When passing the string (SendTo) to Lotus notes using
Code:
objNotesDoc.ReplaceItemValue "SendTo", SendTo
The string is being cut short. However if I step through the code and after the string has been compiled i view the string
Code:
?SendTo
The complete string is shown. I now it's not an issue with the length of string allowed by Notes as I can cut and paste the string from the Imediate window to Notes with no issues.
Anyone got any ideas?????
Thanks