G
Guest
I have a bibliographic database that stores book information. My client would
like to add a new table to the database that stores individual authors. One
book can have many authors.
At this stage, I'm thinking of having an Authors dialog box the users can
open by clicking a button on the Book form. My problem is that I need a saved
record before I can start linking authors to it, and it would be unusual for
users to have to add the authors after they have added a book rather than
during.
I could always save the record beore the dialog box opens, but my problem
there is that there are quite a few required fields in the Book table. I
think it would irritate a user to get a message saying "You must do this,
this and this before you can add an author".
Any thoughts?
like to add a new table to the database that stores individual authors. One
book can have many authors.
At this stage, I'm thinking of having an Authors dialog box the users can
open by clicking a button on the Book form. My problem is that I need a saved
record before I can start linking authors to it, and it would be unusual for
users to have to add the authors after they have added a book rather than
during.
I could always save the record beore the dialog box opens, but my problem
there is that there are quite a few required fields in the Book table. I
think it would irritate a user to get a message saying "You must do this,
this and this before you can add an author".
Any thoughts?