Hello,
I've tried copying the below site's example, but I get a "run-time" error
message - "No value given for one or more required parameters." I'm not very
familiar with modules, but I did copy the function from the example to my db.
Was I supposed to modify anything with it?
Below is what I've created in a query.
Emails: Concatenate("SELECT email FROM qrycontactsExtended WHERE projectid
=" & [projectid]).
My Projects tbl has a one-to-many relationship with my contacts tbl.
Actually, I have a "Projects and Contacts" tbl to deal with the many-to-many
relationship with Projects and Contacts. Could this be part of the problem?
Any help is greatly appreciated!
Duane Hookom said:
If I understand correctly, you might want to try the generic concatenate
function at
http://www.rogersaccesslibrary.com/forum/forum_posts.asp?TID=16.