D
DumUSER
I have Two tables one call AUTHOR and CATALOGUE.
AUTHOR TABLE has the following filed:
AuthorID- auto number
Fnanm
Sname
Title - mr, dr
CATALOGUE Table
AuthorID - is linked to the above
BookTitle-
ISBN-
Yearpub
Best4Book- Yes, NO
My problem is I want the authors to submit many books as possible. But I
want to restrict them from submitting only 4 books with condition YES. So if
they have already submitted more then 4 books with YES, they can still
submit book but not as there best books. Is that possible? any advise is
welcome?
DamUser, UK
AUTHOR TABLE has the following filed:
AuthorID- auto number
Fnanm
Sname
Title - mr, dr
CATALOGUE Table
AuthorID - is linked to the above
BookTitle-
ISBN-
Yearpub
Best4Book- Yes, NO
My problem is I want the authors to submit many books as possible. But I
want to restrict them from submitting only 4 books with condition YES. So if
they have already submitted more then 4 books with YES, they can still
submit book but not as there best books. Is that possible? any advise is
welcome?
DamUser, UK