You are assessing the value of insurance plans for a group of your clients. The data is contained in a table named "Insurance." The interest rates are contained in a field named "Interest." The numbers of payments per period are contained in a field named "Retain." The amount per payment, shown as a positive number, is contained in a field named "Amount." The field will be named "Value." What is

the proper entry for the field name?

A) Value: FV([Insurance]![Interest], [Insurance]![Retain], -[Insurance]![Amount])
B) Value: FV(Insurance![Interest], Insurance![Retain], Insurance![Amount])
C) Value: FV([Interest], [Retain], -[Amount])
D) Value: FV([Insurance]![Interest], [Insurance]![Retain], [Insurance]![Amount])

A

Computer Science & Information Technology

You might also like to view...

The current OS X is ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Any decision can be made using combinations of just three types of comparisons: _____.

A. equal, more than, and less than B. equal to, greater than, and less than C. equal to, more, and less D. equal, not equal to, and greater than

Computer Science & Information Technology