postmanphat
Technical User
Hi,
I have a table that contains email addresses within client records. I need to be able to extract from the database a string that I can just copy into my 'To' bar in Outlook 07.
So for example, say I have the following addresses in my db:
someone@somewhere.com
dog@cat.com
cat@dog.com
I need to output a string that looks like this:
"someone@somewhere.com; dog@cat.com; cat@dog.com"
I can then simply copy this line into outlook to do a mailout.
Any ideas would as ever be most appreciated.
Thanks in advance
Dave
I have a table that contains email addresses within client records. I need to be able to extract from the database a string that I can just copy into my 'To' bar in Outlook 07.
So for example, say I have the following addresses in my db:
someone@somewhere.com
dog@cat.com
cat@dog.com
I need to output a string that looks like this:
"someone@somewhere.com; dog@cat.com; cat@dog.com"
I can then simply copy this line into outlook to do a mailout.
Any ideas would as ever be most appreciated.
Thanks in advance
Dave