Access Capstone Project


Terms in this set (4)
Students also viewed, access simnet answers.

Simnet Group 8 Exam

Access exam

Recent flashcard sets
Kanji practice 2.

互動 2022.11月unit14
Vocabulary- Oct 26

Psyc 2111 chapter 2
Other sets by this creator
Marketing management: test 3, professional selling: test 2, marketing management: test 2, strategic management and business test 1, other quizlet sets, 5.03-5.05 review game.
Community Exam One
Bible chapter 3 test 2/28.

Psych - AOS1 - SAC Revision



Capstone Projects
- Level 3 Projects are designed to be a comprehensive review of all of the content from the Office level books.
- Level 2 Projects are a slightly smaller list covering about the first three chapters of content.
- Level 1 Projects cover only the first few chapters in the Office books and are designed to test basic skills.
- Word Capstone Level 3 – August 1st
- Excel Capstone Level 3 – August 15th
- PowerPoint Capstone Level 3 – August 22nd
Access 365/2019 Capstone Level 3 Working with a Sales Database
Skills needed to complete this project:
- Create and save a new table
- Add a new field to a table
- Create a lookup field using values from another table
- Apply an input mask to a field in a table
- Apply date formatting to a field by modifying the field Format property
- Create a lookup field using list values
- Create a new record in a table
- Adjust table column widths
- Set a default value for a field in a table
- Use the Form Wizard to create a new form
- Change the data type of a field
- Create a Single Record form based on a table
- Create a Split form based on a table
- Create a new blank form in Layout view
- Add fields to a blank form from Layout view
- Resize controls in a form
- Move controls in a form
- Add a logo to a form header
- Delete a field from a table
- Import a table from an Access database
- Rename a table
- Delete a record from a table
- Find and replace data in a table
- Rename a field in a table
- Import records from an Excel worksheet
- Create a one-to-many relationship between two tables
- Enforce referential integrity in a one-to-many relationship
- Create a simple select query to combine fields from multiple tables
- Add text criteria to a query
- Hide a field in a query
- Use OR in a query
- Add numeric criteria to a query
- Specify the sort order in a query
- Use AND in a query
- Add date criteria to a query
- Add a calculated field to a query
- Create a parameter query
- Use the Report Wizard to create a new report
- Group records in a report
- Add totals to a report
- Create a new blank report
- Add fields to a blank report from Layout view
- Resize controls in a report
- Arrange controls in a report
- Add the date to a report header
- Add page numbers to a report footer
Important : 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.
- The first field should be an AutoNumber field named: SaleID
- The second field should be a Date & Time field named: SaleDate
- The 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: SaleLocation
- Save the table with the name: Sales
- 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.
- Name the field: PaymentType
- The lookup field should display these values in this order: Cash Credit Card Gift Card Store Credit
- Limit data entry to values in the list. Do not allow multiple values.
- Save the 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.) SaleDateSaleLocationPaymentType 10/01/2019GeorgetownCredit Card10/01/2019George Washington UniversityCash10/01/2019George Washington UniversityCash
- Adjust the width of the SaleDate field so the entire long date is visible.
- Save and close the table.
- The first field should be an AutoNumber field named: SaleDetailID
- 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.
- Save the table as: SaleDetails
- Add 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: Quantity
- Set the default value for the Quantity field to: 1
- 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.) SaleIDItemQuantity 1Chocolate62Sea Salt and Caramel43Sea Salt and Caramel5
- Close the table.
- 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: 4 Item: Old Bay , Quantity: 6
- Close the form.
- Set the Default Value property for the Price field to: 7
- Change the data type for the Price field to: Currency
- Autofit 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: SingleRecordForm
- Create a Split Form based on the Items table.
- Name the form: SplitForm
- 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.png
- Save the form with the name: LocationsForm
- Close the forms.
- Import the StoreSales table from the SalesArchive Access database (downloaded from the Resources link). Do not open the SalesArchive database.
- Rename the table: SalesArchive
- Delete 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: TotalSale
- Import records from the Excel file NewSalesData (downloaded from the Resources link) and append a copy of the records to the SalesArchive table.
- 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.
- 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.
- 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.
- 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.
- Include 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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 M
- Save the report as: SalesArchiveRpt
- Save and close any open database objects and then close the database.
- Upload and save your project file.
- Submit project for grading.
- pacesetters2121
- Emily Clare
- Teachermulandy
- Coleen Anderson
- Sheryl Hogan
- Musyokiones
- Dr M. Michelle
- Brilliant Geek
- Ashley Ellie
- Larry Kelly
- quality work for all
- American Tutor
- Maria the tutor
- Discount Assign
- Prof Nato(PhD)
- MARTHA92_PHD
- PROFESSOR DAISY
- clinical Trial Associate (CRA)
- career development ppt
- FREE/WATCH!!.. Bellew At Usyk Full Fight LIVE STREAM ON TV(Boxing/Match) Online
- Discussion—Applying Contract Law to Nonemployment Workplace Situations
- Case Study 2: Solid State Drives
- Applied Sciences
- Architecture and Design
- Business & Finance
- Computer Science
- Engineering
- Environmental science
- Human Resource Management
- Information Systems
- Mathematics
- Political Science
- Social Science
- Liberty University
- New Hampshire University
- Strayer University
- University Of Phoenix
- Walden University
- Homework Answers
Access 2016 Capstone Level 3 Instructions AC2016 Level3
User Manual:

Navigation menu
- Upload a User Manual
Versions of this User Manual:
- Download & Help
- User Manual
- Discussion / Help
- © 2023 UserManual.wiki

Provide details on what you need help with along with a budget and time limit. Questions are posted anonymously and can be made 100% private.

Studypool matches you to the best tutor to help you with your question. Our tutors are highly qualified and vetted.

Your matched tutor provides personalized help according to your question details. Payment is made only after you have completed your 1-on-1 session and are satisfied with your session.

- Homework Q&A
- Become a Tutor

All Subjects
Mathematics
Programming
Health & Medical
Engineering
Computer Science
Foreign Languages

Access over 20 million homework & study documents
Powerpoint 365 2019 Capstone Level 3 Creating A Company S Presentation

Sign up to view the full document!

24/7 Homework Help
Stuck on a homework question? Our verified tutors can answer all questions, from basic math to advanced rocket science !

Similar Documents

working on a homework question?

Studypool is powered by Microtutoring TM
Copyright © 2023. Studypool Inc.
Studypool is not sponsored or endorsed by any college or university.
Ongoing Conversations

Access over 20 million homework documents through the notebank

Get on-demand Q&A homework help from verified tutors

Read 1000s of rich book guides covering popular titles

Sign up with Google

Sign up with Facebook
Already have an account? Login
Login with Google
Login with Facebook
Don't have an account? Sign Up

IMAGES
VIDEO
COMMENTS
Access Capstone Proj Parts 1& 2. Watch later. Share. Copy link. Info. Shopping. Tap to unmute. If playback doesn't begin shortly
Demonstration of the Excel 365/2019 Capstone Level 3 Project. ... Access 2021 Ch3 Guided Project 3-2. Wayne Jenson. Wayne Jenson.
Open the start fileAC2019-Capstone-Level3.NOTE:If necessary, enable active content by clicking theEnable Contentbutton inthe Message Bar.
1. expand the data type list for the field 2. select the lockup wizard... option 3. The I want the lookup field to get the values from another table or
Question: SIMnet 2016: Access 2016 Capstone Project Level 3 IMPORTANT: Download the resource file needed for this project from the Resources link.
Level 3 Projects are designed to be a comprehensive review of all of the content from the Office level books. · Level 2 Projects are a slightly smaller list
Access 365/2019 Capstone Level 3 Working with a Sales Database · Create a new table from scratch to track sales. · Switch to Design view and
SIMnet 2016: Access 2016 Capstone Project Level 3 Access 2016 capstone project AC-3 Working with a Sales Database In this project, you will work with a
Complete the Access capstone project for T1-T4as soon as possible please. ... Level 2",$150.00,$100.00 "BEG3","Beginner Level 3",$175.00,$175.00 "COLL"
Get help with homework questions from verified tutors 24/7 on demand. Access 20 million homework answers, class notes, and study guides in our Notebank.