Once selected, the system checks if the call number has been
entered correctly. If there is a format error or the call
number has not been filled in, a message box will pop up and
display an error message.
Buttons Present: OK
Selecting 'OK' will close the message box.
Once the call number is error free the system checks to see
if there is a book in the database with that call number.
If no book exists, a message box will appear and display
an error message.
Buttons Present: OK
Selecting 'OK' will close the message box.
Once it has been verified that the book exists in the
database, a check is made to determine whether the book is
out on loan or currently being held. If this is the case, a
message box will appear and display an error message.
Buttons Present: OK
Selecting 'OK' will close the message box.
Note: A deletion of a book cannot proceed if it is currently
out on loan is on hold.
If there are no errors, the 'View Book Copy' window will
appear containing the book information for that book copy
and a message window asking whether the book should really
be deleted.
Buttons Present: YES, NO
Selecting 'YES' will remove the book from the database.
Selecting 'NO' will return the user to the 'Delete Book'
window without deleting the book.