I’m trying to send to multiple email addresses in Lotus notes from Access
I’m told I need to use an array from what I have read on the Lotus site .
If I type in Array(“john.doe@anyaddress.com”, “jane.doe@anyaddress.com”) in the code
the email sends to both addresses without any problem.
If I create a string from a multiselect listbox and pass the value to the lotus routine using
“Array ( ” & strList & “)”
strList contains “john.doe@anyaddress.com”, “jane.doe@anyaddress.com”
I get the following email error
User array (array@anyaddress.com) not listed in public Name & Address Book
I’m not to familiar with arrays and not sure if you can create them this way.
Can someone help me in creating it/
Thanks,
Scott
-
Building an array (Access97/2000)
- This topic has 4 replies, 4 voices, and was last updated 22 years, 6 months ago.
AuthorViewing 2 reply threadsAuthorViewing 2 reply threads