Create query in design view to return records from table

Assignment Help Basic Computer Science
Reference no: EM13999547

In this project, you will continue to work with the Computer Science Department database from the Chapter 3, Skill Review 3.1. You will add queries to the database to organize the Employees table and to manage equipment on loan. This project has been modified for use in SIMnet.

Skills needed to complete this project:

• Using the Simple Query Wizard
• Adding Text Criteria to a Query
• Specifying the Sort Order in a Query
• Creating a Query in Design View
• Adding Numeric and Date Criteria to a Query
• Hiding and Showing Fields in a Query
• Adding a Calculated Field to a Query
• Finding Unmatched Data Using a Query
• Finding Duplicate Data Using a Query
• Filtering Data Using AutoFilter
• Filtering Data Using Filter by Selection
• Sorting Records in a Datasheet

1. Open the start file AC2013-SkillReview-4-1.

2. If necessary, enable active content by clicking the Enable Content button in the Message Bar.

3. The file will be renamed automatically to include your name. Change the project file name if directed to do so by your instructor, and save it.

4. Use the Query Wizard to create a select query from the Employees table.

a. On the Create tab, in the Queries group, click the Query Wizard button. In the New Query dialog, verify that Simple Query Wizard is selected. Click OK.

b. Verify that Table: Employees is selected in the Tables/Queries list. Click the >> button to add all the fields to the right. Use the < button to remove the EmployeeID field from the right side. Click Next.

c. In this step, make sure that Detail is selected and click Next.

d. In the last step, type InstructorsByTenure for the title. Select the radio button to Modify the query design and click Finish.

5. Add criteria to the query to return records where the value of the Position field is Adjunct or Faculty.

a. Type Adjunct in the Criteria row under the Position field. Below that, in the or area, type: Faculty

b. Click the drop-down arrow in the Sort row under the LengthOfService field. Select Ascending.

c. Click the Run button.

d. Review the query results, and then save and close the query.

6. Create a query in Design view to return records from the Items table where the value of the Category field is Software and the value of the Cost field is greater than or equal to 199.

a. On the Create tab, in the Queries group, click the Query Design button. In the Show Table dialog, double-click the Items table. Click the Close button.

b. Notice the Items table in the upper pane of the query Design view window. Double-click each field name in the field list except ItemID in order to add them to your query.

c. Type Software in the Criteria row under the Category field.

d. Type >=199 in the Criteria row under the Cost field.

e. Uncheck the Show box under the Category field.

7. Create a calculated field to display a value that is 75% of the Price field value.

a. Next to the Cost field, create a new calculated field by typing the following in the Field row: OurCost: [Cost]*0.75

b. Click the Run button to check your work, and then return to Design view.

c. On the Query Tools Design tab, in the Query Setup group, click the Show Table button. Double- click the Loans table and then click the Close button.

d. Click the Run button and observe the new query results.

e. Save the query with the name: ExpensiveSoftwareOnLoan

f. Close the query.

8. Use the Unmatched Query Wizard to find items from the Items table that do not have corresponding records in the Loans table.

a. On the Create tab, in the Queries group, click the Query Wizard button. In the New Query dialog, click Find Unmatched Query Wizard and click OK.

b. Select Table: Items. Click Next.

c. Select Table: Loans. Click Next.

d. Confirm that Access has selected ItemID in both tables and then click Next.

e. Add the following fields to the query by clicking the > button for each: ItemName, Description, Category. Click Next.

f. Change the name to ItemsNotOnLoan and click Finish.

g. Observe the query results and then close the query.

9. Use the Find Duplicates Query Wizard to find employees who have more than one entry in the Loans table.

a. On the Create tab, in the Queries group, click the Query Wizard button. In the New Query dialog, click Find Duplicates Query Wizard and click OK.

b. Select Table: Loans. Click Next.

c. Select EmployeeID and add it to the right side by clicking the > button. Click Next.

d. Add all fields by clicking the >> button. Click Next.

e. Change the name to EmployeeMultipleLoans and click Finish.

f. Observe the query results and then close the query.

10. Use AutoFilter to filter the Employees table to show only records where the value of the Position field is Technician.

a. Open the Employees table in Datasheet view.

b. Click the arrow in the Position field header. Use the check boxes to make sure that only the Technician option is checked. Click OK and observe the results.

11. Use Filter by Selection to filter the table further to include only employees where the length of service is 10 years or greater.

a. Click in the LengthOfService field for any record where the value is 10.

b. On the Home tab, in the Sort & Filter group, click the Selection button.

c. Click Greater Than or Equal To 10.

d. Save and close the table.

12. Sort the Items table so records are organized alphabetically by category and then by cost from smallest to largest.

a. Open the Items table in Datasheet view.

b. Click anywhere inside the Cost field. On the Home tab, in the Sort & Filter group, click the Ascending button.

c. Click anywhere inside the Category field. On the Home tab, in the Sort & Filter group, click the Ascending button.

d. Save and close the table.

13. Close the database and exit Access.

14. Upload and save the project file.

15. Submit project for grading.

Attachment:- Assignment.rar

Reference no: EM13999547

Questions Cloud

Find the tension in the rope and the steel beam : A mass of 120 kg is suspended on a rope and a steel beam as shown on the diagram below. d1 = 2 m, d2 = 4m, and d3 = 5m. Draw a diagram that shows all the forces involved in this problem. Find the tension in the rope and the steel beam.
Presentation on advertisements targeting children : Prepare a new power point presentation on Advertisements Targeting Children.
Find the increase in the surface area of the square : A small sqaure piece of aluminium has an edge length of 2.50cm at 25.0 C. Find the increase in the surface area of the square if it is heated up to 75.0 C.
Display each student''s weighted average score and grade : Repeat Step 18 to calculate each student's quiz percentage in column C based on values in the Quizzes worksheet, and to calculate each student's exam percentage in column D based on values in the Exam worksheet.
Create query in design view to return records from table : Create a query in Design view to return records from the Items table where the value of the Category field is Software and the value of the Cost field is greater than or equal to 199
Under what circumstances can the third particle be placed : Under what circumstances can the third particle be placed in region I and have the vector sum of electric forces exerted on it be zero?
Description of organizational paper : Description of Organizational Paper?
Calculate the displacement and velocity for a ball thrown : Assume air resistance is negligible unless otherwise stated. Calculate the displacement and velocity at the following times for a ball thrown straight up with an initial velocity of 11.8 m/s. Take the point of release to be y0 = 0.
Describe the current through the coil : The figure shows an emf ξL induced in a coil. Which of the following can describe the current through the coil: (a) constant and rightward, (b) constant and leftward, (e) increasing and rightward, (d) decreasing and rightward,(e) increasing and le..

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Write paper on information technology job

Write paper on information technology job

  How do we read a numeric value using joptionpane method

How do we read a numeric value using JOptionPane method

  Structured english for clyde-s narrative of reimbursement

On trip lasting more than one day, we permit hotel, taxi, and airfare, also meal allowances. Same times apply for meal expenses." Write structured English for Clyde's narrative of reimbursement policies.

  Identify the communication protocols

Identify the communication protocols used in a large hospital organization.

  What is intermodulation distortion

What is intermodulation distortion? What sorts of signals are susceptible to this form of distortion?In addition, identify two situations in which error-free transmission is crucial to business processes. Instructions:•Your research essay should be ..

  Two concepts - persistence and being stateless

5. The text mentions two concepts - persistence and being stateless. At first glance, the notion that computer systems do not usually remember where you have been or what you have been doing seems counter-intuitive. What advantages can you see in hav..

  Build a neural network (nn) classifier

In this question, we are going to build a neural network (NN) classifier to predict red  wine quality (represented by an integer ranging from 0 to 10, higher means better) using a set of chemical properties. These properties are presented as attri..

  Conduct research on the types of computer networks

Conduct research on the types of computer networks

  Consider an online reservation system for a restaurants

consider an online reservation system for a restaurants patrons. analyze the type of vulnerabilities and threats that

  Show how to the final heap created in the previous problem

1) show the result of inserting the following values one at a time into    an initially empty binary heap. (show the heap after the insert).     use trees to illustrate each heap.    42,11,28,8,13,61,18 2) show how to the final heap created in the ..

  Write a recursive program spaces

Write a recursive program spaces(s) that takes as input a string s and returns the number of blank spaces (that is, ' ') the string s contains. You may not use string functions such as count, replace, etc. (slicing is ok), and loops and global variab..

  Compare clock cycle times and execution times

Instead of a single cycle orgization we use multicycle organization where each instruction takes multiple cucles but only one instruction finishes before another is fetched. in this organization.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd