Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I have this project that I am completely lost on. We're suppose to open Access and follow directions. Open the start file AC2019-ChallengeYourself-3-3 . If

I have this project that I am completely lost on. We're suppose to open Access and follow directions.

  1. Open the start file AC2019-ChallengeYourself-3-3.
  2. If the database opens in Protected View, click the Enable Content button in the Message Bar at the top of the database so you can modify it.
  3. Create new query named: GreenhouseTechsFT
  4. Add all the fields from the Employees table.
  5. The query should list all employees whose Position begins with the word greenhouse and whose weekly hours are greater than or equal to 20. Hint: Include a wildcard character in the criterion for the Position field.
  6. Modify the query design so results are sorted alphabetically by last name.
  7. Add the MaintenanceLog table to this query and include the MaintenanceDate field after the WeeklyHours field.
  8. Run the query to review the results. There should be 16 records in the results.
  9. Save and close the query.
  10. Export the GreenhouseTechsFT query to an Excel spreadsheet.
  11. Name the Excel file: GreenhouseTechsFT
  12. Include formatting and layout.
  13. Save the export steps with the name: GreenhouseTechsFTExport
  14. Create new query named: NewPlants.
  15. Add all the fields from the Plants table except ScientificName.
  16. The query should list all white or blue colored plants whose DatePlanted is greater than or equal to 1/1/2019.
  17. Modify the query design so results are sorted by values in the DatePlanted field with the newest plants listed first.
  18. Run the query to review the results. There should be three records in the results.
  19. Save and close the query.
  20. Export the NewPlants query to a text file.
  21. Name the text file: NewPlants
  22. Use Tab as the delimiter.
  23. Include the field names in the first row.
  24. Save the export steps with the name: NewPlantsExport
  25. Create new query named: RedPlantSale
  26. Add the following fields from the Plants table to the query: CommonName, PrimaryColor, PurchasePrice
  27. Select only those plants with a red color, but don't show this field in the query results.
  28. Add a calculated field that displays a sale price that is 75 percent of the purchase price. Hint: Use an expression that calculates the value of the PurchasePrice field multiplied by 0.75. Use the name SalePrice for the new field.
  29. Run the query to review the results. There should be five records in the results.
  30. Save and close the query.
  31. Use the Find Unmatched Query Wizard to create a new query that identifies the plants that have no entry in the MaintenanceLog.
  32. Include all fields from the Plants table except the PlantID.
  33. Name this query: PlantsMissingMaintenance
  34. Review the query results. There should be 15 records in the results.
  35. Close the query.
  36. Create a new parameter query named: PlantsByColor
  37. Add the following fields from the Plants table to the query: CommonName, PrimaryColor, DatePlanted, PurchasePrice
  38. Configure the PrimaryColor field so the user is prompted to enter the primary plant color with this message: Enter plant color
  39. Test the query using the color violet. There should be three records in the results.
  40. Save and close the query.
  41. Open the MaintenanceLog table. Apply a filter that shows only those plants that have been watered and pruned. Close the table. There should be one record in the results.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Financial Management

Authors: William R. Lasher

7th edition

128560721X, 9781133593669, 1133593682, 9781285607214, 978-1133593683

More Books

Students also viewed these Finance questions