Question: BCA 1 2 0 Introduction to Computer Applications Access Homework Redwood Zoo Michael Rosenfeld wants to find specific information about the donors and their pledge
BCA Introduction to Computer Applications
Access Homework
Redwood Zoo Michael Rosenfeld wants to find specific information about the
donors and their pledge amounts for the Redwood Zoo Youll help him find the
information in the Redwood database by completing the following:
Open the Redwood database.
Create a query that displays Last Name, First Name, DonorID and Class
from the Donor table Sort the query in ascending order by Last Name.
Save the query as DonorNames.
Create a query that, for all pledges with a TotalPledged field value of
greater than displays for the DonorID, First Name, Last Name from
the Donor table PledgeID, TotalPledged from the Pledge table and
FundName from the Fund table fields. Sort the query in ascending order
by TotalPledges. Save the query as LargePledges.
Create a select query that, for all donors who pledged less than $ or who
donated to the Whale Watchers fund, displays the PledgeID, PledgeDate,
TotalPledge, First Name, and Last Name fields. Save the query as
PledgedOrWhaleWatchers.
Create a select query that, for all donors who pledged less than $ and
who donated to the Whale Watchers fund, displays the PledgeID,
PledgeDate, TotalPledge, First Name, and Last Name fields. Save the query
as PledgedAndWhaleWatchers.
Create a select query that displays the DonorID from The Donor table
TotalPledged, PaymentMethod, Pledgedate, and FundName fields. Save the
query as PLedgesAfterCosts.
BCA Introduction to Computer Applications
Access Homework
a Create a calculated field named Overhead that displays the results of
multiplying the TotalPledged field values by to account for
overhead cost Save the query.
Create a select query that uses the Pledge table to display the sum, average,
and count of the TotalPledged fields for all pledges. Then do the following:
a Specify column names of Total Pledge, Average Pledge, and Number
Pledges.
b Change the 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 PledgeStatistics, run the query, resize all
datasheet columns to their best fit, and save the query.
Create a select query that uses the Pledge table to display the sum, average,
and count of the TotalPledged fields for all pledges. Then do the following:
a Specify column names of Total Pledge, Average Pledge, and Number
Pledges.
b Change the properties so that the values in the Total Pledge and
Average Pledge columns display two decimal places and the Fixed
format.
c Change the query to display the sum, average, and count of the Total
Pledged field for all pledges by FundName. Save the query as
PledgeStatisticsByFund.
Create a query to display all fields from the Donor table. Add a parameter
to select the Donor table records based on the the Last Name field value
that the user specifies. Save the query as LastName.
When you have completed your queries, close the database, please
make sure you upload it No Printing is required.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
