G
Guest
Example: [Attendees] field returns 5 names. I want to display these names
in sequence, divided by commas, on a report.
in sequence, divided by commas, on a report.
Duane Hookom said:There is a generic concatenate function and sample usage at
http://www.rogersaccesslibrary.com/OtherLibraries.asp#Hookom,Duane.
--
Duane Hookom
MS Access MVP
Mudpuppy said:Example: [Attendees] field returns 5 names. I want to display these names
in sequence, divided by commas, on a report.
Mudpuppy said:Duane ... Based on your samples, I wrote the following statement:
List: Concatenate("SELECT AttName FROM tblAGAtt WHERE AGMtgID =" & [AGMtgID])
and received and error message that "concatenate" is not a recognized
function. I'm working in Access2002. Any Ideas?
Duane Hookom said:There is a generic concatenate function and sample usage at
http://www.rogersaccesslibrary.com/OtherLibraries.asp#Hookom,Duane.
--
Duane Hookom
MS Access MVP
Mudpuppy said:Example: [Attendees] field returns 5 names. I want to display these names
in sequence, divided by commas, on a report.