String multiple record fields to one text box

  • Thread starter Thread starter Steve N via AccessMonster.com
  • Start date Start date
S

Steve N via AccessMonster.com

I am developing an Access DB for a small non-profit org secretarial uses. One
of the tables lists all member info including thier email address. For some
reason, "they" want all the members email addresses listed in a report, one
after the other, separted by commas. Example:

member1email, member2email, member3email, member4email, .... etc

Is there a way to do this in a report?

Thanks!
Steve
 
Did you create a new module with the function or import the module into your
MDB?

--
Duane Hookom
MS Access MVP


Steve N via AccessMonster.com said:
I can't get Access to recognize the concatenate function.
I am doing this:

eMailAddress: concatenate("SELECT EmailAddress FROM [Member List]")

Thanks!

Duane said:
There is a generic concatenate function with sample usage at
http://www.rogersaccesslibrary.com/OtherLibraries.asp#Hookom,Duane.
I am developing an Access DB for a small non-profit org secretarial uses.
One
[quoted text clipped - 10 lines]
Thanks!
Steve
 
I just created a new query in my existing MDB.

Duane said:
Did you create a new module with the function or import the module into your
MDB?
I can't get Access to recognize the concatenate function.
I am doing this:
[quoted text clipped - 11 lines]
 
You need to add the Concatenate function from the sample MDB.

--
Duane Hookom
MS Access MVP


Steve N via AccessMonster.com said:
I just created a new query in my existing MDB.

Duane said:
Did you create a new module with the function or import the module into
your
MDB?
I can't get Access to recognize the concatenate function.
I am doing this:
[quoted text clipped - 11 lines]
Thanks!
Steve
 
Back
Top