Access Tutorial 2
Access Tutorial 2
c. Save the query, and then create a second calculated field named NetPledge that
displays the results of subtracting the Overhead field values from the
TotalPledged field values.
d. Format the calculated fields as Fixed and set an appropriate caption for the
NetPledge field.
e. Sort the results in ascending order by TotalPledged.
f.
Save the modified query, and then run the query. Resize all datasheet columns to their
best fit, and then save and close the query.
7. Use the Pledge table to display the sum, average, and count of the TotalPledged field for
all pledges. Then do the following:
a. Specify column names of Total Pledge, Average Pledge, and Number of Pledges.
b. Change properties so that the values in the Total Pledge and Average Pledge columns
display two decimal places and the Fixed format.
c. Save the query as qryPledgeStatistics, run the query, resize all datasheet columns to
their best fit. Save the query.
d. Change the query to display the sum, average, and count of the TotalPledged
field for all pledges by FundName. (Hint: Use the Show Table button on the Query
Design toolbar to add the Fund table to the query.)
e. Do a File | Save As menu option to save the query as qryPledgeStatisticsByFund,
f.
Run the query, print the query datasheet, and then close the query.