You are creating a formula to calculate Net Sales for the year. Your sales table is named "2007 Sales." Within the table there are four fields, two of which are named "Gross Sales" and "Returns." What is the formula that you will enter to calculate Net Sales?

A) [2007 Sales]![Gross Sales] - [Returns]
B) [2007 Sales]:[Gross Sales] - [2007 Sales]:[Returns]
C) [Gross Sales] - [Returns]
D) [2007 Sales]![Gross Sales] - [2007 Sales]![Returns]

D

Computer Science & Information Technology

You might also like to view...

Pinterest is free for public use

Indicate whether the statement is true or false

Computer Science & Information Technology

To get the number of items in an array, you would use the following operation: ____.

A. anArray.size() B. anArray.length() C. anArray.size D. anArray.length

Computer Science & Information Technology