potts
Registered User.
- Local time
- Today, 00:07
- Joined
- Jul 24, 2002
- Messages
- 87
I need help in creating a reference list.
I have a main 'Articles' table which forms a many-many relationship with an 'Authors' table, through an 'ArticleAuthors' table.
Generally speaking, I'm not too bad with the workings of reports, but I need to create a concatenated field that will hold the title from the 'Articles' table and all the associated authors from the 'Authors' table. The concatenation I can handle, but not the multiple authors as the number held changes from article to article (though there will always be at least one author).
does anyone know how to handle the multiple authors?
Thanks
I have a main 'Articles' table which forms a many-many relationship with an 'Authors' table, through an 'ArticleAuthors' table.
Generally speaking, I'm not too bad with the workings of reports, but I need to create a concatenated field that will hold the title from the 'Articles' table and all the associated authors from the 'Authors' table. The concatenation I can handle, but not the multiple authors as the number held changes from article to article (though there will always be at least one author).
does anyone know how to handle the multiple authors?
Thanks