ckennerdale
Programmer
Sorry if this is so basic but I keep on returning a string instead of the values of a query.
Basically I have a table ("Contact"
which has an Email field ("E-Mail"
. I want to gett all email addresses as one string and put into an email.
My email function is all working by taking the value of a form (as followed in the FAQs on this site) but that only works for one email address / likewise using DLookup is the same.
I would like to execute a sQL statement such as SELECT E-MAIL FROM CONTACT, and the values be returned as a string(separated by semi-colons) which can then go into my email
I know what I want to do I just dont know the syntax
Thanks in advance
Caspar Kennerdale
Basically I have a table ("Contact"
My email function is all working by taking the value of a form (as followed in the FAQs on this site) but that only works for one email address / likewise using DLookup is the same.
I would like to execute a sQL statement such as SELECT E-MAIL FROM CONTACT, and the values be returned as a string(separated by semi-colons) which can then go into my email
I know what I want to do I just dont know the syntax
Thanks in advance
Caspar Kennerdale