Question: Export the FullTimeTechs query to an Excel spreadsheet. Name the Excel file: FullTimeTechs Include formatting and layout. Save the export steps with the name: FullTimeTechsExport
Export the FullTimeTechs query to an Excel spreadsheet.
Name the Excel file: FullTimeTechs
Include formatting and layout.
Save the export steps with the name: FullTimeTechsExport
Create a new query named: NewPlants.
Add all the fields from the Plants table except ScientificName.
The query should list all blue or yellow colored plants whose DatePlanted is greater than or equal to
Modify the query design so results are sorted by values in the DatePlanted field with the newest plants listed first.
Run the query to review the results. There should be four records in the results.
Save and close the query.
Export the NewPlants query to a text file.
Name the text file: NewPlants
Use Tab as the delimiter.
Include the field names in the first row.
Save the export steps with the name: NewPlantsExport
Create a new query named: RedPlantSale
Add the following fields from the Plants table to the query: CommonName, PrimaryColor, PurchasePrice
Select only those plants with a red color, but don't show this field in the query results.
Add a calculated field that displays a sale price that is percent of the purchase price. Hint: Use an expression that calculates the value of the PurchasePrice field multiplied by Use the name SalePrice for the new field.
Add formatting to the SalePrice field to display the query results using the Currency format.
Run the query to review the results. There should be five records in the results.
Save and close the query.
Use the Find Unmatched Query Wizard to create a new query that identifies the plants that have no entry in the MaintenanceLog.
Include all fields from the Plants table except the PlantID.
Name this query: MissingMaintenance
Review the query results. There should be records in the results.
Close the query.
Create a new parameter query named: QueryByPrimaryColor
Add the following fields from the Plants table to the query: CommonName, PrimaryColor, DatePlanted, PurchasePrice
Configure the PrimaryColor field so the user is prompted to enter the primary plant color with this message: What color do you want?
Test the query using the color violet. There should be three records in the results.
Save and close the query.
Open the MaintenanceLog table. Apply a filter that shows only those plants that have been watered and pruned. Save and close the table. There should be one record in the results.
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
