I need help with a Excel question. All explanations and answers will be used to help me learn.
Hello. I need this access module project done. All the instructions and file are attached below. Thank you in advance.Illustrated Access 2016 | Module 1: SAM Project 1a Volunteer Service Hours Database CREATING A TABLE AND BUILDING A RELATIONSHIP GETTING STARTED • Open the file IL_AC16_1a_FirstLastName_1.accdb, available for download from the SAM website. • Save the file as IL_AC16_1a_FirstLastName_2.accdb by changing the “1” to a “2”. o • Hint: If you do not see the .accdb file extension in the Save As file dialog box, do not type it. Access will add the file extension for you automatically. Open the _GradingInfoTable table and ensure that your first and last name is displayed as the first record in the table. If the table does not contain your name, delete the file and download a new copy from the SAM website. PROJECT STEPS 1. Create a new table in Design View as follows: a. Add a field with the name InvolvementID and the AutoNumber data type. b. Set the InvolvementID field as the table’s primary key. Save the table with the name Involvement, but do not close it. 2. With the Involvement table still open in Design View, add a second field to the table using the field name MemberNo and the Number data type. 3. In Design View, add a third field to the Involvement table using the field name EventName and the Short Text data type. 4. In Design View, add a fourth field to the Involvement table using the field name EventDate and the Date/Time data type. 5. In Design View, add a fifth field to the Involvement table using the field name HoursDonated and the Number data type. Save the Involvement table and switch to Datasheet View