Algernon83
Programmer
My database has two tables that share a many-to-many relationship. Call them A and B. There is, of course, a join table, which we'll call J. J has a foreign key for A and for B, as well as a 3rd value. I'd like to create a report that uses each foreign key in J as one of the axes of a table, with the value in each cell. Is this possible without a great deal of coding?