22.2k views
0 votes
5 Copy the 2F Awards $50 or More Query to create a new query with the name 2F 2nd Qtr NW Students Query. Redesign the query to answer the questions, Which students (Student ID) from the Northwest campus had papers published between 4/1/22 and 6/30/22, and what was the Paper Name, the Award Paid, and the Category, sorted in ascending order by the Publication Date field? Do not display the Home Campus field in the query results, and display the rest of the fields in the order listed in the question. Three records display. Close the query, saving the changes to the query.

1 Answer

1 vote

Final answer:

The student's question involves modifying a database query to find records of Northwest campus students who had papers published from April to June 2022 and requires displaying specific fields without the Home Campus field, sorted by Publication Date.

Step-by-step explanation:

The student's question relates to creating a new query in a database, specifically to identify Northwest campus students who had papers published between April 1, 2022, and June 30, 2022. This task involves adjusting an existing query by changing its criteria and structure to match the new requirements. The fields to be displayed, in the order requested, are Student ID, Paper Name, Award Paid, and Category, sorted ascendingly by the Publication Date. Moreover, the Home Campus field must be excluded from the query results. This task would typically be performed in a database management system such as Microsoft Access.

To accomplish this, the original query named 2F Awards $50 or More Query should be copied and renamed to 2F 2nd Qtr NW Students Query. Then, the query criteria need to be modified to include only records where the Publication Date falls between 04/01/22 and 06/30/22, and where the Home Campus is 'Northwest'. Finally, the fields should be rearranged, and the Home Campus field should be removed to fit the new query requirements before saving and closing the query.

User Ixaxaar
by
8.5k points