Hi,
I have 2 tables that have a many-to-many relationship (Book and author). To implement this in access, I have created a junction table (bk_auth).
Tables:
Book ---- 1 to many -----> bk_auth
Author ---- 1 to many ------> bk_auth
Now, I want to create a form to add new books, with their author. How to do this?
I thank you all for your support
I have 2 tables that have a many-to-many relationship (Book and author). To implement this in access, I have created a junction table (bk_auth).
Tables:
Book ---- 1 to many -----> bk_auth
Author ---- 1 to many ------> bk_auth
Now, I want to create a form to add new books, with their author. How to do this?
I thank you all for your support