K
Kungen
Hi!
I have a column with e-mail addresses. Some of the rows are NULL.
What can I do to retreive all the addresses in one single line,
separated with semicolons?
I know how to use calculated fields (like this + ' ; ' + that etc) but
how do I write a query that "knows" how many addresses there are, omits
NULL values and puts it all in one nice row?
Note that I have only one table, and only one column of data to be
retrieved. No relations whatsoever. Just this single column who's
content I need to get in a single row, separated by semicolons.
I'm not very knowledgeble, so I'd really appreciate if someone could
write a snippet of code for me.
I tried to excerpt what I needed from
http://www.mvps.org/access/modules/mdl0004.htm but I just couldn't do
it.
Kungen
I have a column with e-mail addresses. Some of the rows are NULL.
What can I do to retreive all the addresses in one single line,
separated with semicolons?
I know how to use calculated fields (like this + ' ; ' + that etc) but
how do I write a query that "knows" how many addresses there are, omits
NULL values and puts it all in one nice row?
Note that I have only one table, and only one column of data to be
retrieved. No relations whatsoever. Just this single column who's
content I need to get in a single row, separated by semicolons.
I'm not very knowledgeble, so I'd really appreciate if someone could
write a snippet of code for me.
I tried to excerpt what I needed from
http://www.mvps.org/access/modules/mdl0004.htm but I just couldn't do
it.
Kungen