Access 2016 capstone project AC-1 Working with a Sales Database
Subject
Business Finance
Question Description
Open the start file AC2016-Capstone-Level1. NOTE: If necessary, enable active content by clicking the Enable Content button in the Message Bar. 2. The file will be renamed automatically to include your name. Change the project file name if directed to do so by your instructor, and save it. 3. Open the Sales table and add three records to the table with the following data. (Hint: The first field in the table, SaleID, is an AutoNumber field, so there is nothing to enter for each record.) SaleDate SaleLocation PaymentType 11/1/2016 K Street Credit Card 11/1/2016 George Washington University Cash 11/1/2016 Georgetown Credit Card Step 1 Download start file SIMnet 2016: Access 2016 Capstone Project Level 1 2 | P a g e Last Modified: 8/23/16
4. Switch to Design view and modify field properties. a. Apply the Long Date format to the SaleDate field. b. Switch back to Datasheet view and adjust the width of the SaleDate field so the entire long date is visible. Save the table when prompted. c. Close the table. Save the table when prompted.
5. Create a new table to capture the details for each sale. a. The first field should be an AutoNumber field named: SaleDetailID b. The second field should be a lookup field named: SaleID The lookup field should be limited to values in the SaleID field of the Sales table. Include only the SaleID in the lookup field. Enable data integrity by restricting deletions. c. Save the table as: SaleDetails d. Add a third field to the far right of the table. Name this field: Item Include all the fields from the Items table. Sort the lookup items by values in the ItemName field. Hide the primary key field. Enable data integrity by restricting deletions. e. Add a Number field to the right of the Item field. Name the field: Quantity f. Set the default value for the Quantity field to: 4 g. Add three records to the table with the following data. (Hint: Remember, the first field in the table, SaleDetailID, is an AutoNumber field, so there is nothing to enter for each record.) SaleID Item Quantity 1 Chocolate 4 1 Old Bay 2 2 Truffle 1 h. Close the table.