Hi Folks, need some help here trying to understand how to create a form with a Junction table. This design will allow a book to have more than 1 author.
Author table
Author ID
AuthorName
AuthorID table (Junction table)
AuthorFK
BookFK
Book Table
BookID
Book Name
Author table has a 1 to many relationship with AuthorID table and Book table has a 1 to many relationship with AuthorID table.
Now how do you create the forms? Do I need a main form FrmAuthor , subform FrmBook and a frmAuthorID - HELP
Author table
Author ID
AuthorName
AuthorID table (Junction table)
AuthorFK
BookFK
Book Table
BookID
Book Name
Author table has a 1 to many relationship with AuthorID table and Book table has a 1 to many relationship with AuthorID table.
Now how do you create the forms? Do I need a main form FrmAuthor , subform FrmBook and a frmAuthorID - HELP