LearnersPermit
Technical User
I have a form which is based on one table (tblBooks) and have created a subform which is based on a query involving 3 tables (tblAuthors, tblCitations and tblBooks). Whenever I create a listbox on the subform based on the query I am unable to show more than 1 author for each book. The subform will only display the first author selected for each book_ID. I have cheated and created a second field for authors in order to display the second author for each book. Of course if there are more than 2 authors I will need to create additional fields. I have based the subform on the tblAuthors table and have tried to use combo boxes all with different problems occuring which don't resolve my problem.
Is there a better fix for my problem?
Is there a better fix for my problem?