3. Create a new query in Design View and individually select all of the fields from the Surveys table. Add criteria to select only those records with any date in July 2021. Change the query into an Append query and select the June2021 table to append the records into. Run the query, which should append 46 records into the June2021 table. Save the query with the name AppendJuly2021 and then close it. Rename the June2021 table to be JuneJuly2021 and then open it to review all 54 records as shown in Figure 1. Close the JuneJuly2021 table. [Hint: The month of July has 31 days. Use the AND keyword in your criteria.]
4.Create a new query in Design View and select all of the fields from the Surveys table. Add criteria to select only those records with any date in June 2021. Change the query into a Delete query. Run the query, which should delete eight records from the Surveys table. Save the query with the name DeleteJune2021 and then close it. [Hint: The month of June has 30 days. Use the AND keyword in your criteria.
5. Create a new query in Query Design View and select the ManagerID field from the Properties table. Add criteria to select only those records with a ManagerID field value of 3. Change the query into an Update query and update the ManagerID field value to 6. Run the query to update 53 records, save it with the name UpdateManager, and then close it.