Chapter 1: Problem 10
Typically a library assesses a fine the user must pay if they keep a book out past the due date. As well the library needs to track the amount, if any, the member has paid. In this exercise we add two fields to the Loan table so we can keep track of fines that are assessed and the amount the member has paid. 1\. Open the Loan table in design view and add two new fields named fineAssessed and finePaid. These fields must have a datatype of Currency. 2\. Save the Loan table and then view the rows of the table. There are no amounts for these fields. 3\. Choose some row(s) in the Loan table and enter values for the fineAssessed and finePaid fields. Note the values you enter will appear as dollars and cents.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.