Question: 4. Create a query to display all records from the tblTrainer table with the following options: a. Display only the LocationID, Specialty, and Certification fields
4. Create a query to display all records from the tblTrainer table with the following options: a. Display only the LocationID, Specialty, and Certification fields (in that order) from the tblTrainer table in the query. b. Sort the query in ascending order by the LocationID field. c. Add a calculated field named TrainerName as the first column in the query that concatenates the First field value, a space, and the Last field value. d. Set the Caption property for the TrainerName field to Trainer Name. (Hint: Do not type the period.) e. Save the query as qryTrainerSpecialties, run the query, and then resize the TrainerName column to best fit the data it contains. Save and close the query. 5. Create a parameter query to select the tblTrainer table records for a Certification field value that the user specifies. The query should have the following options: a. Display the LocationID, First, Last, Specialty, and Certification fields (in that order) in the query. b. Use Enter the certification: as the prompt associated with the Certification field prompt. If the user doesnt enter a Certification field value, the parameter query should select all records from the tblTrainer table. c. Sort the query in ascending order by the Last field. d. Save the query using qryCertificationParameter as the name. Confirm the parameter query is working correctly by running the query and entering no value as the Certification field value. Then run the query again and enter NATA as the Certification field value. Close the query.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
