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.
I've managed to do this in MS SQL-Server 2005 using a "stored
procedure". Stored procedures are not supported in Access 2000 as far
as I understand it, though. (Does anybody know if it is supported in
later versions of MS Access?)
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.
I've managed to do this in MS SQL-Server 2005 using a "stored
procedure". Stored procedures are not supported in Access 2000 as far
as I understand it, though. (Does anybody know if it is supported in
later versions of MS Access?)
Kungen