MichaelHalbrein
7 years agoQrew Cadet
Many to Many with creation of embedded report in one table from record in another table
I have two tables: User Table and Publication Table. This are linked via a many-to-many table (relationship). As, one user can have many publications and one publication can be written by many users.
On the publication table, I enter the information for the publication that includes all of the authors. Right now, I have a user field for each author (e.g. [Author 1], [Author 2], etc) as well as a formula user list that takes all of these individual author user fields and make a single user list. It's a duplicative effort as I'm trying to troubleshoot which is best.
What I want to do is this: when I enter a new publication and enter the author information (users), I want the user table to create an embedded report of the publication table for each user so that when I select a user from the the user table, I can see all of their publications.
Now, I can see doing this with a single relationship - one user to many publications. Is there a way to do this with a many-to-many relationship that I have? Or, not to make it confusing, should I create another single relationship in addition to my many-to-many?
Thanks,
Scott
On the publication table, I enter the information for the publication that includes all of the authors. Right now, I have a user field for each author (e.g. [Author 1], [Author 2], etc) as well as a formula user list that takes all of these individual author user fields and make a single user list. It's a duplicative effort as I'm trying to troubleshoot which is best.
What I want to do is this: when I enter a new publication and enter the author information (users), I want the user table to create an embedded report of the publication table for each user so that when I select a user from the the user table, I can see all of their publications.
Now, I can see doing this with a single relationship - one user to many publications. Is there a way to do this with a many-to-many relationship that I have? Or, not to make it confusing, should I create another single relationship in addition to my many-to-many?
Thanks,
Scott