College Pal
Connecting to a pal for your paper
  • Home
  • Place Order
  • My Account
    • Register
    • Login
  • Confidentiality Policy
  • Samples
  • How It Works
  • Guarantees

Sms or Whatsapp only : US:+12403895520

 

email: [email protected]
February 1, 2023

In this project, you will use a database to answer questions about facilities that the college rents to community and private organizations. You will import an Excel spreadsheet as a new t

computer science

Home>Homework Answsers>Computer Science homework help

GO19_AC_CH02_GRADER_2F_AS – Events and Clients 1.0

  

Project Description:

In this project, you will use a database to answer questions about facilities that the college rents to community and private organizations. You will import an Excel spreadsheet as a new table in the database, create a relationship between two tables, and create queries using numeric, compound, and wildcard criteria using the fields in one or both tables. You will create calculated fields, group data when calculating statistics, create a crosstab query, and create a parameter query.

     

Start   Access. Open the file Student_Access_2F_Events_Clients.accdb   downloaded with this project.

 

Import   the records from the downloaded Excel file named a02F_Rental_Clients.xlsx as a new table named Rental Clients into the database. Use the first row   of the Excel worksheet as the table column headings, and set Rental Client ID   as the primary key. Complete the wizard and do not save the import steps.   After importing the data, open the Rental Clients table, apply Best Fit to   the table, and then save and close the table.

 

Using   Rental Client ID as the common field, create a one-to-many relationship   between the Rental Clients table and the Events table. Enforce referential   integrity and enable both cascade options. Create a relationship report with   normal margins, and then save the report as Relationships   Report.   Close all open objects.

 

Create   a query in Query Design view based on the Events table to answer the   question, What is the Event Name, Rental Client ID, Rental Fee, and Facility   for rental fees greater than or equal to 500,   sorted in ascending order by the Rental Client ID? Sort the records in   ascending order by the Rental Client ID field. Run the query (11 records   display). Save the query as Fees $500 or More Query,   and then close the query.

 

Copy   the Fees $500 or More Query to create a new query with the name Jul-Aug Afternoon Events Query.   Redesign the query to answer the question, What is the Event Name, Time,   Date, Rental Fee, and Event ID when the Time is in the afternoon and the Date is between 7/1/22 and 8/31/22, sorted in ascending order by the Date   field? Do not display the Time field in the query results. Run the query   (four records display). Close the query, saving the changes to the query.

 

Create   a query in Query Design view based on the Events table to answer the   question, What is the Event Name, Event Type, Facility, and Rental Fee for a   facility of White Sands Music Hall   or Theater   and a rental fee that is greater than 500,   sorted in ascending order by the Facility field and in descending order by   the Rental Fee field? Run the query   (three records display). Save the query as WS OR Theater   Over $500 Query, and then close the query.

 

Create   a query in Query Design view based on both tables to answer the question,   What is the Event Name, Facility, Renter Name, and Rental Fee for a facility   that has field   in any part of its name, sorted in descending order by the Rental Fee field?   Run the query (five records display). Save the query as Field Usage Query, and then close the query.

 

Create   a query in Query Design view based on the Events table to answer the   question, In ascending order by the Event ID, Rental Fee and the Alumni Donation calculated when the Alumni Association   donates an amount equal to 10 percent (0.1)   of each rental fee amount?  Run the query (the first record—EVENT-1244—has   an Alumni Donation of 150).

 

Display   the query in Design view. In the fourth column of the design grid, create a   new field named Total Donation   that will that will answer the question, What is the total donation when the   rental fee amount is added to the alumni's donation amount? Run the query   (the first record—EVENT-1244—has   a Total Donation of $1650).

 

Display   the query in Design view. Use the Property Sheet to format the Alumni   Donation field as Currency with 0 decimal places and the Total Donation field   with 0 decimal places, and then close the Property Sheet. Run the query,   apply Best Fit to the fields, save the query as Alumni Donation Query,   and then close the query.

 

Create   a query in Query Design view based on the Events table and the Sum aggregate   function to answer the question, What are the total rental fees paid for each   event type, sorted in descending order by the summed Rental Fee field? Use   the Property Sheet to format the Rental Fee field with 0 decimal places, and   then close the Property Sheet. Run the query (for the Event Type of Sports,   the sum of the rental fees is $8,900). Apply Best Fit to the fields, save the   query as Fees by Event Query,   and then close the query.

 

Use   the Query Wizard to create a crosstab query based on the Events table with   the Time field as row headings and the Event Type field as column headings.   Sum the Rental Fee field, and name the query Event Time and   Type Crosstab Query. Display the query in Design view. Use   the Property Sheet to format the last two columns with 0 decimal places, and   then close the Property Sheet. Run the query, apply Best Fit to the fields,   save the query, and then close the query.

 

Create   a query in Query Design view based on the Rental Clients table, that prompts   you to Enter the City and then answers the question, What is   the Renter Name, Contact, Phone Number, and City, sorted in ascending order   by the Renter Name field? Run the   query, and when prompted, enter austin   as the criteria (two records display). Save the query as City Parameter Query, and then close the query.

 

Save   and close the database, and then submit for grading.

  • attachment

    GO19_AC_CH02_GRADER_2F_AS_Instructions.docx

  • attachment

    lee_GO19_AC_CH02_GRADER_2F_AS.zip

Grader – Instructions Access 2019 Project

GO19_AC_CH02_GRADER_2F_AS – Events and Clients 1.0

Project Description:

In this project, you will use a database to answer questions about facilities that the college rents to community and private organizations. You will import an Excel spreadsheet as a new table in the database, create a relationship between two tables, and create queries using numeric, compound, and wildcard criteria using the fields in one or both tables. You will create calculated fields, group data when calculating statistics, create a crosstab query, and create a parameter query.

Steps to Perform:

Step

Instructions

Points Possible

1

Start Access. Open the file Student_Access_2F_Events_Clients.accdb downloaded with this project.

0

2

Import the records from the downloaded Excel file named a02F_Rental_Clients.xlsx as a new table named Rental Clients into the database. Use the first row of the Excel worksheet as the table column headings, and set Rental Client ID as the primary key. Complete the wizard and do not save the import steps. After importing the data, open the Rental Clients table, apply Best Fit to the table, and then save and close the table.

5

3

Using Rental Client ID as the common field, create a one-to-many relationship between the Rental Clients table and the Events table. Enforce referential integrity and enable both cascade options. Create a relationship report with normal margins, and then save the report as Relationships Report. Close all open objects.

7

4

Create a query in Query Design view based on the Events table to answer the question, What is the Event Name, Rental Client ID, Rental Fee, and Facility for rental fees greater than or equal to 500, sorted in ascending order by the Rental Client ID? Sort the records in ascending order by the Rental Client ID field. Run the query (11 records display). Save the query as Fees $500 or More Query, and then close the query.

8

5

Copy the Fees $500 or More Query to create a new query with the name Jul-Aug Afternoon Events Query. Redesign the query to answer the question, What is the Event Name, Time, Date, Rental Fee, and Event ID when the Time is in the afternoon and the Date is between 7/1/22 and 8/31/22, sorted in ascending order by the Date field? Do not display the Time field in the query results. Run the query (four records display). Close the query, saving the changes to the query.

12

6

Create a query in Query Design view based on the Events table to answer the question, What is the Event Name, Event Type, Facility, and Rental Fee for a facility of White Sands Music Hall or Theater and a rental fee that is greater than 500, sorted in ascending order by the Facility field and in descending order by the Rental Fee field? Run the query (three records display). Save the query as WS OR Theater Over $500 Query, and then close the query.

12

7

Create a query in Query Design view based on both tables to answer the question, What is the Event Name, Facility, Renter Name, and Rental Fee for a facility that has field in any part of its name, sorted in descending order by the Rental Fee field? Run the query (five records display). Save the query as Field Usage Query, and then close the query.

10

8

Create a query in Query Design view based on the Events table to answer the question, In ascending order by the Event ID, Rental Fee and the Alumni Donation calculated when the Alumni Association donates an amount equal to 10 percent ( 0.1) of each rental fee amount? Run the query (the first record—EVENT-1244—has an Alumni Donation of 150).

7

9

Display the query in Design view. In the fourth column of the design grid, create a new field named Total Donation that will that will answer the question, What is the total donation when the rental fee amount is added to the alumni's donation amount? Run the query (the first record—EVENT-1244—has a Total Donation of $1650).

3

10

Display the query in Design view. Use the Property Sheet to format the Alumni Donation field as Currency with 0 decimal places and the Total Donation field with 0 decimal places, and then close the Property Sheet. Run the query, apply Best Fit to the fields, save the query as Alumni Donation Query, and then close the query.

4

11

Create a query in Query Design view based on the Events table and the Sum aggregate function to answer the question, What are the total rental fees paid for each event type, sorted in descending order by the summed Rental Fee field? Use the Property Sheet to format the Rental Fee field with 0 decimal places, and then close the Property Sheet. Run the query (for the Event Type of Sports, the sum of the rental fees is $8,900). Apply Best Fit to the fields, save the query as Fees by Event Query, and then close the query.

10

12

Use the Query Wizard to create a crosstab query based on the Events table with the Time field as row headings and the Event Type field as column headings. Sum the Rental Fee field, and name the query Event Time and Type Crosstab Query. Display the query in Design view. Use the Property Sheet to format the last two columns with 0 decimal places, and then close the Property Sheet. Run the query, apply Best Fit to the fields, save the query, and then close the query.

11

13

Create a query in Query Design view based on the Rental Clients table, that prompts you to Enter the City and then answers the question, What is the Renter Name, Contact, Phone Number, and City, sorted in ascending order by the Renter Name field? Run the query, and when prompted, enter austin as the criteria (two records display). Save the query as City Parameter Query, and then close the query.

11

14

Save and close the database, and then submit for grading.

0

Total Points

100

Created On: 07/05/2019 1 GO19_AC_CH02_GRADER_2F_AS – Events and Clients 1.0

,

lee_Access_2F_Events_Clients.accdb

Event ID Facility Rental Client ID Rental Fee Time Event Name Date Event Type mSysRowId
EVENT-1244 Soccer Field RENTER-101 ¤ 1,500.00 Morning Spring Soccer Sign Ups 2022-07-01 Sports
EVENT-1245 Football Field RENTER-103 ¤ 1,200.00 Afternoon Flag Football 2022-06-15 Sports
EVENT-1246 Tennis Court RENTER-102 ¤ 500.00 Morning Beginning Tennis Lessons 2022-08-10 Sports
EVENT-1247 Auditorium RENTER-102 ¤ 200.00 Evening Nutrition for a Healthy Life 2022-06-02 General Purpose
EVENT-1248 Theater RENTER-106 ¤ 800.00 Evening Kinder Kids Concert 2022-06-15 Music
EVENT-1249 Recreation Center RENTER-101 ¤ 1,100.00 Afternoon Co-ed Volleyball 2022-08-30 Sports
EVENT-1250 Track RENTER-101 ¤ 1,300.00 Afternoon Track Meet 2022-07-18 Sports
EVENT-1251 White Sands Music Hall RENTER-106 ¤ 900.00 Evening Sunshine Concert 2022-07-16 Music
EVENT-1252 Football Field RENTER-105 ¤ 1,500.00 Afternoon Junior League Football 2022-08-20 Sports
EVENT-1253 Baseball Field RENTER-104 ¤ 1,100.00 Morning T-Ball Teams 2022-06-18 Sports
EVENT-1254 Pool RENTER-101 ¤ 200.00 Afternoon Life Guard Training 2022-08-21 Sports
EVENT-1255 Lacrosse Field RENTER-105 ¤ 500.00 Afternoon Lacrosse Basics 2022-06-14 Sports
EVENT-1256 Adams Memorial Complex RENTER-107 ¤ 100.00 Morning Scrapbooking 2022-06-06 General Purpose
EVENT-1257 White Sands Music Hall RENTER-106 ¤ 1,500.00 Evening Capital Chorale Recital 2022-07-04 Music
ID mSysRowId
1 Jsq44udo/HV3my50BcAEbUehUrAT6tvA/Ofbn/xtHbA=-~r07dC18ETX3pV3t/82LAUg==

GO19_AC_CH02_GRADER_2F_AS_Instructions.docx

Grader – Instructions Access 2019 Project

GO19_AC_CH02_GRADER_2F_AS – Events and Clients 1.0

Project Description:

In this project, you will use a database to answer questions about facilities that the college rents to community and private organizations. You will import an Excel spreadsheet as a new table in the database, create a relationship between two tables, and create queries using numeric, compound, and wildcard criteria using the fields in one or both tables. You will create calculated fields, group data when calculating statistics, create a crosstab query, and create a parameter query.

Steps to Perform:

Step

Instructions

Points Possible

1

Start Access. Open the file Student_Access_2F_Events_Clients.accdb downloaded with this project.

0

2

Import the records from the downloaded Excel file named a02F_Rental_Clients.xlsx as a new table named Rental Clients into the database. Use the first row of the Excel worksheet as the table column headings, and set Rental Client ID as the primary key. Complete the wizard and do not save the import steps. After importing the data, open the Rental Clients table, apply Best Fit to the table, and then save and close the table.

5

3

Using Rental Client ID as the common field, create a one-to-many relationship between the Rental Clients table and the Events table. Enforce referential integrity and enable both cascade options. Create a relationship report with normal margins, and then save the report as Relationships Report. Close all open objects.

7

4

Create a query in Query Design view based on the Events table to answer the question, What is the Event Name, Rental Client ID, Rental Fee, and Facility for rental fees greater than or equal to 500, sorted in ascending order by the Rental Client ID? Sort the records in ascending order by the Rental Client ID field. Run the query (11 records display). Save the query as Fees $500 or More Query, and then close the query.

8

5

Copy the Fees $500 or More Query to create a new query with the name Jul-Aug Afternoon Events Query. Redesign the query to answer the question, What is the Event Name, Time, Date, Rental Fee, and Event ID when the Time is in the afternoon and the Date is between 7/1/22 and 8/31/22, sorted in ascending order by the Date field? Do not display the Time field in the query results. Run the query (four records display). Close the query, saving the changes to the query.

12

6

Create a query in Query Design view based on the Events table to answer the question, What is the Event Name, Event Type, Facility, and Rental Fee for a facility of White Sands Music Hall or Theater and a rental fee that is greater than 500, sorted in ascending order by the Facility field and in descending order by the Rental Fee field? Run the query (three records display). Save the query as WS OR Theater Over $500 Query, and then close the query.

12

7

Create a query in Query Design view based on both tables to answer the question, What is the Event Name, Facility, Renter Name, and Rental Fee for a facility that has field in any part of its name, sorted in descending order by the Rental Fee field? Run the query (five records display). Save the query as Field Usage Query, and then close the query.

10

8

Create a query in Query Design view based on the Events table to answer the question, In ascending order by the Event ID, Rental Fee and the Alumni Donation calculated when the Alumni Association donates an amount equal to 10 percent ( 0.1) of each rental fee amount? Run the query (the first record—EVENT-1244—has an Alumni Donation of 150).

7

9

Display the query in Design view. In the fourth column of the design grid, create a new field named Total Donation that will that will answer the question, What is the total donation when the rental fee amount is added to the alumni's donation amount? Run the query (the first record—EVENT-1244—has a Total Donation of $1650).

3

10

Display the query in Design view. Use the Property Sheet to format the Alumni Donation field as Currency with 0 decimal places and the Total Donation field with 0 decimal places, and then close the Property Sheet. Run the query, apply Best Fit to the fields, save the query as Alumni Donation Query, and then close the query.

4

11

Create a query in Query Design view based on the Events table and the Sum aggregate function to answer the question, What are the total rental fees paid for each event type, sorted in descending order by the summed Rental Fee field? Use the Property Sheet to format the Rental Fee field with 0 decimal places, and then close the Property Sheet. Run the query (for the Event Type of Sports, the sum of the rental fees is $8,900). Apply Best Fit to the fields, save the query as Fees by Event Query, and then close the query.

10

12

Use the Query Wizard to create a crosstab query based on the Events table with the Time field as row headings and the Event Type field as column headings. Sum the Rental Fee field, and name the query Event Time and Type Crosstab Query. Display the query in Design view. Use the Property Sheet to format the last two columns with 0 decimal places, and then close the Property Sheet. Run the query, apply Best Fit to the fields, save the query, and then close the query.

11

13

Create a query in Query Design view based on the Rental Clients table, that prompts you to Enter the City and then answers the question, What is the Renter Name, Contact, Phone Number, and City, sorted in ascending order by the Renter Name field? Run the query, and when prompted, enter aust

Collepals.com Plagiarism Free Papers

Are you looking for custom essay writing service or even dissertation writing services? Just request for our write my paper service, and we'll match you with the best essay writer in your subject! With an exceptional team of professional academic experts in a wide range of subjects, we can guarantee you an unrivaled quality of custom-written papers.

Get ZERO PLAGIARISM, HUMAN WRITTEN ESSAYS

Why Hire Collepals.com writers to do your paper?

Quality- We are experienced and have access to ample research materials.

We write plagiarism Free Content

Confidential- We never share or sell your personal information to third parties.

Support-Chat with us today! We are always waiting to answer all your questions.

In this assignment, you will use the scenarios from our Week 2 assignment as the basis for a block business letter in which you communicate bad news to the recipient. Note that this is an In Units 3 and 4, you examined theories from other disciplines that are used in nursing. Some of these theories are used without modification in nursing such as Lewins Change Theory to sup

Related Posts

computer science

Instructions ?Instructions: HYPOTHESIS AND RESEARCH DESIGN: Hypothesis: Since your hypotheses may serve as your research questions (what you plan to measure/examine)

computer science

Research Paper Instructions Based on the research question assignment in Week 2, write a research paper on your approved topic.?The paper should be?between 10-12?pages

computer science

Herb’s Concoction and Martha’s Dilemma: The Case of the Deadly Fertilizer Martha Wang worked in the Consumer Affairs Department of a company cal

Why Choose Us

Best Essay Writing Services- Get Quality Homework Essay Paper at Discounted Prices

At the risk of sounding immodest, we must point out that we have an elite team of writers. Ours isn’t a collection of individuals who are good at searching for information on the Internet and then conveniently re-writing the information obtained to barely beat Plagiarism Software. Who can’t do that?

Our writers have strong academic backgrounds with regards to their areas of writing. A paper on History will only be handled by a writer who is trained in that field. A paper on health care can only be dealt with by a writer qualified on matters health care. Thesis papers will only be handled by Masters’ Degree holders while Dissertations will strictly be handled by PhD holders. With such a system, you needn’t worry about the quality of work. Quality isn’t just an option, it is the only option. We don’t just employ writers, we hire professionals.

We have writers spread into all fields including but not limited to Philosophy, Economics, Business, Medicine, Nursing, Education, Technology, Tourism and Travels, Leadership, History, Poverty, Marketing, Climate Change, Social Justice, Chemistry, Mathematics, Literature, Accounting and Political Science.

Our writers are also well trained to follow client instructions as well adhere to various writing conventional writing structures as per the demand of specific articles.

They are also well versed with citation styles such as APA, MLA, Chicago, Harvard, and Oxford which come handy during the preparation of academic papers.

They also have unrivalled skill in writing language be it UK English or USA English considering that they are native English speakers. You also needn’t worry about logical flow of thought, sentence structure as well as proper use of phrases.

Our writers are also not the kind to decorate articles with unnecessary filler words. We respect your money and most importantly your trust in us. In writing, we will be precise and to the point and fill the paper with content as opposed to words aimed at beating the word count.

Our shift-system also ensures that you get fresh writers each time you send a job. This helps overcome occupational hazards brought about by fatigue. Hence, quality will consistently be at the top.

From our writers, you expect; good quality work, friendly service, timely deliveries, and adherence to client’s demands and specifications.

Once you’ve submitted your writing requests, you can go take a stroll while waiting for our all-star team of writers and editors to submit top quality work.

How Our Website Works

Get an Essay from Us

College Essays is the biggest affiliate and testbank for WriteDen. We hire writers from all over the world with an aim to give the best essays to our clients.

Our writers will help you write all your homework. They will write your papers from scratch. We also have a team of editors who read each paper from our writers just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE.

Step 1
To make an Order you only need to click ORDER NOW and we will direct you to our Order Page. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline. Deadline range from 6 hours to 30 days.

Step 2
Once done with writing your paper we will upload it to your account on our website and also forward a copy to your email.

Step 3
Upon receiving your paper, review it and if any changes are needed contact us immediately. We offer unlimited revisions at no extra cost.

Is it Safe to use our services?
We never resell papers on this site. Meaning after your purchase you will get an original copy of your assignment and you have all the rights to use the paper.

Pricing and Discounts
Our price ranges from $8-$14 per page. If you are short of Budget, contact our Live Support for a Discount Code. All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.
Please note we do not have prewritten answers. We need some time to prepare a perfect essay for you.

Recent Posts

  • There is a method how to use and what the main question under the pdf named WORKSHOP5 .Run according to pdf and after that follow the under point
  • Background Information: When studying the different religions of the world we tend of focus on the distinctions between these religions and under
  • Write ?about a disaster of your choice (other than Katrina) from a historical ?point of view. Describe what happened, what the damages were, what
  • A?police officer?should be cognizant of their ethical and?professional responsibilities?when conducting their duties. Actions or decisions that a
  • For this assignment, you will prepare a two-page written document focused on criminal law. Please follow the instructions below and prepare your
College Pal

All Rights Reserved Terms and Conditions
College pals.com Privacy Policy 2010-2018