I am creating a library database. I have three tables, tblBooks, tblAuthors and a joining table, tblBooksAuthors so that one book can have many authors, and vice versa.
I am trying to create a form to enter information into both tables, I have tried making a form on the tables, but using Books...