I have a data entry form for Books with fields like AuthorID, Title, ISBN, OrigTitle, OrigLanguageID, OrigPubDate, OrigPublisher, OrigCountryID, ActualPubDate, ActualLanguageID, ActualPublisher, ActualCountryID, FormatID, StatusID and so forth. I retrieve the original language, the original country, actual language and actual country from combo-boxes.
The ISBN is always 10 digits long and broken into four parts:
– group/country identifier,
– publisher identifier,
– title/format identifier,
– a check digit.
I’d like to know, since my brainstorming s