Warning: Trying to access array offset on value of type bool in /home/topgsnkq/timelyhomework.com/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 570

Access 365/2019 Capstone Level 3 Working with a Sales Database

Access 365/2019 Capstone Level 3 Working with a Sales DatabaseSkills needed to complete this project:Create and save a new tableAdd a new field to a tableCreate a lookup field using values from another tableApply an input mask to a field in a tableApply date formatting to a field by modifying the field Format propertyCreate a lookup field using list valuesCreate a new record in a tableAdjust table column widthsSet a default value for a field in a tableUse the Form Wizard to create a new formChange the data type of a fieldCreate a Single Record form based on a tableCreate a Split form based on a tableCreate a new blank form in Layout viewAdd fields to a blank form from Layout viewResize controls in a formMove controls in a formAdd a logo to a form headerDelete a field from a tableImport a table from an Access databaseRename a tableDelete a record from a tableFind and replace data in a tableRename a field in a tableImport records from an Excel worksheetCreate a one-to-many relationship between two tablesEnforce referential integrity in a one-to-many relationshipCreate a simple select query to combine fields from multiple tablesAdd text criteria to a queryHide a field in a queryUse OR in a queryAdd numeric criteria to a querySpecify the sort order in a queryUse AND in a queryAdd date criteria to a queryAdd a calculated field to a queryCreate a parameter queryUse the Report Wizard to create a new reportGroup records in a reportAdd totals to a reportCreate a new blank reportAdd fields to a blank report from Layout viewResize controls in a reportArrange controls in a reportAdd the date to a report headerAdd page numbers to a report footerImportant: Download the resource files needed for this project from the Resources link. If they download in a zipped folder, make sure to extract the files after downloading the resources zipped folder. Visit the SIMnet instant help for step-by-step instruction.IMPORTANT: If you are a Canadian user, be sure to verify that your browser and Microsoft Office use the same country settings. See here for a Help topic on how to change your settings.Open the start file AC2019-Capstone-Level3.NOTE: If necessary, enable active content by clicking the Enable Content button in the Message Bar.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.Create a new table from scratch to track sales.The first field should be an AutoNumber field named: SaleIDThe second field should be a Date & Time field named: SaleDateThe third field should be a lookup field. (Hint: Use the Lookup Wizard to create the new field.) It should display the LocationDescription field from the Locations table. Values in the lookup should be sorted by values in the LocationDescription field. Include the LocationID field in the lookup, but do not display it. (Hint: Hide the key column.) Enable data integrity by restricting deletions. Name this field: SaleLocationSave the table with the name: SalesSwitch to Design view and modify field properties.Add an input mask to the SaleDate field. Use the Short Date input mask. Do not change any other input mask options.Apply the Long Date format to the SaleDate field.Add a new lookup field as the last field in the Sales table to track payment type. (Hint: Use the Lookup Wizard to create the new field.)Name the field: PaymentTypeThe lookup field should display these values in this order:CashCredit CardGift CardStore CreditLimit data entry to values in the list. Do not allow multiple values.Save the table.Switch back to Datasheet view to add sample records to the Sales table.Add three records to the table with the following data. (Hint: Remember, the first field in the table, SaleID, is an AutoNumber field, so there is nothing to enter for each record.)SaleDateSaleLocationPaymentType10/01/2019GeorgetownCredit Card10/01/2019George Washington UniversityCash10/01/2019George Washington UniversityCashAdjust the width of the SaleDate field so the entire long date is visible.Save and close the table.Create a new table to capture the details for each sale.The first field should be an AutoNumber field named: SaleDetailIDThe 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.Save the table as: SaleDetailsAdd a third field to the far right of the table. Name this field: Item This is another lookup field. 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.Add a Number field to the right of the Item field. Name the field: QuantitySet the default value for the Quantity field to: 1Add 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.)SaleIDItemQuantity1Chocolate62Sea Salt and Caramel43Sea Salt and Caramel5Close the table.Use the Form Wizard to create a new form for inputting sales data.Include all the fields from the Sales table.Include the Item and Quantity fields from the SaleDetails table.View the form data by records in the Sales table with related records in the SaleDetails table displayed in a subform.The subform should be displayed as a Datasheet.Name the main form: SalesForm and name the subform: SaleDetailsSubform (Hint: Be sure to remove the space between SaleDetails and Subform in the subform name suggested by Access.)Open the form in Form view to review your work.Navigate to the record in the main form for SaleID 3 and enter sale details in the subform as follows:Item: Original Blend, Quantity: 4Item: Old Bay, Quantity: 6Close the form.Open the Items table and modify the table fields as follows:Set the Default Value property for the Price field to: 7Change the data type for the Price field to: CurrencyAutofit the width of the ItemName field.Save the changes and close the Items table.Create a Single Record form using the Items table as the record source. Save the form with the name: SingleRecordFormCreate a form to display records from the Items table in two formats with the Single Record form at the top and a Datasheet form at the bottom.Create a Split Form based on the Items table.Name the form: SplitFormBegin a new blank form in Layout view.From the Locations table, add the LocationID, LocationDescription, and Comments fields in that order, at the left side of the form.Widen the labels so that they are just wide enough for LocationDescription to be completely visible.From the Locations table, add the OpenTime field to the right of the LocationID controls.Reduce the width of the OpenTime bound control so that the control is just wide enough to display the time data.From the Locations table, add the CloseTime field to the right of the OpenTime controls.Reduce the width of the CloseTime bound control so the control is just wide enough to display the time data.Move the OpenTime and CloseTime controls so they are next to the LocationDescription controls instead.From the Locations table, add the Days field to the form layout in the empty space to the right of the LocationID controls, above the OpenTime controls.Add a logo to the form header. Use this file, located with the resources for this project: toptCornLogo-small.pngSave the form with the name: LocationsFormClose the forms.Import the StoreSales table from the SalesArchive Access database (downloaded from the Resources link). Do not open the SalesArchive database.Rename and open the StoreSales table. Verify that you are working in the database you downloaded from Access, not the SalesArchive database.Rename the table: SalesArchiveDelete the Total field.Find the record with the ID 500 and delete it. (Hint: It is the last record in the table.)Find and replace each ItemID value OLDB with OLDB005.Rename the TotalSal field to: TotalSaleSave and close the table.Import records from the Excel file NewSalesData (downloaded from the Resources link) and append a copy of the records to the SalesArchive table.Use the Relationships window to create a relationship between the Items and SalesArchive tables.Show the SalesArchive table in the Relationships window.Create a one-to-many relationship between the ItemID field in the Items table and the ItemID field in the SalesArchive table. You may rearrange the tables in the Relationships window if you want.Enforce referential integrity so a record cannot be deleted or altered in the Items table if it would cause a conflict with the data in the SalesArchive table.Close the Relationships window and save the changes.Create a query to display sales of Truffle flavored popcorn from the SalesArchive table.Include the following fields in this order: the SaleDate, Quantity, and TotalSale fields from the SalesArchive table and the ItemName field from the Items table.Add the criteria Truffle to the ItemName field.Hide the ItemName field in the query results. Run the query to check your work. (Hint: There should be 49 records in the query results.)Save the query as TruffleQry and then close the query.Create a query to display sales of Old Bay or Truffle flavored popcorn from the SalesArchive tableInclude the following fields in this order: the SaleDate, Quantity, and TotalSale fields from the SalesArchive table and the ItemName field from the Items table.Add the criteria Old Bay or Truffle to the ItemName field. Run the query to check your work. (Hint: There should be 114 records in the query results.)Save the query as NewFlavorsQry and then close the query.Create a query to display sales for more than $100.00 from the SalesArchive table.Include the following fields in this order: the SaleDate from the SalesArchive table, ItemName field from the Items table, and TotalSale from the SalesArchive table.Add criteria to the TotalSale field to return only sales greater than 100.Specify the sort order in the query, so the results always display the records with the highest values in the TotalSale field first. Run the query to check your work. (Hint: There should be 15 records in the query results.)Save the query as HighDollarSalesQry and close it.Create a query to display sales for more than $100 of Old Bay flavored popcorn from the SalesArchive tableInclude the following fields in this order: the ItemName field from the Items table and the SaleDate, Quantity, and TotalSale fields from the SalesArchive table.Add the criteria to the query to return only records where the ItemName is Old Bay and the TotalSale is greater than 100. Run the query to check your work. (Hint: There should be 3 records in the query results.)Save the query as HighDollarOldBayQry and then close the query.Create a query to display sales of Original Blend popcorn on July 4, 2019 from the SalesArchive table.Include the following fields in this order: the ItemName field from the Items table and the SaleDate and Quantity fields from the SalesArchive table.Add the criteria to the query to return only records where the ItemName is Original Blend and the Date is July 4, 2019. Run the query to check your work. (Hint: There should be 3 records in the query results.)Save the query as July4OriginalBlendQry and then close the query.Create a query to calculate the per unit price of the archived sales.Include the following fields in this order: the ItemName field from the Items table and the Quantity and TotalSale fields from the SalesArchive table.Add a calculated field to the far right of the query to calculate the value of the TotalSale divided by Quantity. Name the field: CostPerUnit Run the query to check your work. (Hint: There should be 240 records in the query results.)Save the query as CostPerUnitQry and then close the query.Create a parameter query to display sales from a specific date.Include these fields in this order: the SaleDate field from the SalesArchive table, the ItemName field from the Items table, the Quantity and TotalSale fields from the SalesArchive table.Use the prompt: Enter the sale date:Run the query to check your work. Enter the date 7/4/2019 when prompted. (Hint: There should be 9 records in the query results.)Save the query as ByDateParameterQry and close it.Use the Report Wizard to create a report based on the NewFlavorsQry query.Include the fields from the NewFlavorsQry query in this order: ItemName, SaleDate, Quantity, and TotalSale.View the data by the Items table.Do not add any additional grouping.Sort the detail records by sale date.Use the Stepped layout in Portrait orientation.Name the report NewFlavorRpt and then view the report to check your work.Switch to Layout view and add more grouping and totals to the NewFlavorRpt report.Display the Group, Sort, and Total pane and add new grouping by values in the SaleDate field by Month.Add totals to each group to calculate the Sum of values in the TotalSale field.Save and close the report.Create a new report from scratch in Layout view.From the SalesArchive table, add the SaleDate field to the report. Add these fields in order to the right of the SaleDate controls: ItemName from the Items table, and Quantity and TotalSale from the SalesArchive table.Resize the ItemName controls so all the item names are visible. (Hint: Widen the ItemName column so the entire Sea Salt and Caramel name is visible.)Add the ItemID field from the Items table. Move the ItemID controls so they appear to the left of the ItemName controls.Add the current date to the report header. Use this date format: Thursday, February 25, 2019. Do not include the time.Add page numbers centered in the report footer. Use this page number format: Page N of MSave the report as: SalesArchiveRptSave and close any open database objects and then close the database.Upload and save your project file.Submit project for grading.

 
"Looking for a Similar Assignment? Order now and Get 10% Discount! Use Code "GET10" in your order"

If this is not the paper you were searching for, you can order your 100% plagiarism free, professional written paper now!

Order Now Just Browsing

All of our assignments are originally produced, unique, and free of plagiarism.

Free Revisions Plagiarism Free 24x7 Support