3 tables - form

Joined
Dec 12, 2005
Messages
2
Reaction score
0
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
 
Back
Top