T
Todd
I read a post that talked about using the concatenate funtion to combine
several records to one in a query. It seems to be exactly what I need. I
tried entering the function following advice from a file at
http://www.rogersaccesslibrary.com/OtherLibraries.asp#Hookom,Duane My code
doesn't work, however. Here is what I typed into my query based on
tblContacts:
Notes: Concatenate("SELECT Note FROM tblNotes WHERE [ContactID] =" &
[ContactID])
I am trying to combine all notes related to tblContacts into one field.
When I enter this info, it says "Undefined function 'Concatenate" in
expression." Any idea what I'm doing wrong?
several records to one in a query. It seems to be exactly what I need. I
tried entering the function following advice from a file at
http://www.rogersaccesslibrary.com/OtherLibraries.asp#Hookom,Duane My code
doesn't work, however. Here is what I typed into my query based on
tblContacts:
Notes: Concatenate("SELECT Note FROM tblNotes WHERE [ContactID] =" &
[ContactID])
I am trying to combine all notes related to tblContacts into one field.
When I enter this info, it says "Undefined function 'Concatenate" in
expression." Any idea what I'm doing wrong?