J
Jim
I designed a database for my church and used the 13 character ISBN (978
prefix plus the classic 10 character) as the key field for each book.
We're using a 39 scanner code for the books and patrons.
I'm stumped at how to track multiple copies of the same book title.
I can add a character to the ISBN and print my own bar codes that are
unique, but that would waste a lot of time since the 13 character codes
are already on the back of the books. If I only use the ISBN numbers as
the unique keys (as I'm doing now) it won't permit duplicates.
Do you use a composite key? Like ISBN and copyNum?
I'm probably missing something simple. Any clues?
Thanks.
--Jim
prefix plus the classic 10 character) as the key field for each book.
We're using a 39 scanner code for the books and patrons.
I'm stumped at how to track multiple copies of the same book title.
I can add a character to the ISBN and print my own bar codes that are
unique, but that would waste a lot of time since the 13 character codes
are already on the back of the books. If I only use the ISBN numbers as
the unique keys (as I'm doing now) it won't permit duplicates.
Do you use a composite key? Like ISBN and copyNum?
I'm probably missing something simple. Any clues?
Thanks.
--Jim