Exp19_Access_Ch07_Cap – Replacement Parts 1.0

#Exp19_Access_Ch07_Cap – Replacement Parts 1.0

#Exp19_Access_Ch07_Cap-ReplacementParts1.0   

Start Access. Open the file named Exp19_Access_Ch07_Cap_Replacement_Parts.accdb. Grader has automatically added   your last name to the beginning of the filename.

 

You’ll   begin by creating a basic form based on the Employees table.
 

  Select the Employees table and use the Form tool to create a new form. Change   the title to View Employees.   Delete the Orders subform.

 

It   is important for the staff to only be able to view the form and not make any   edits to the data provided in the form.
 

  Change the Allow Edits, Allow Additions, and Allow Deletions settings to No.   View the form and data in Form view. Save the form as View Employees. Close the form.

 

For   those staff members that are permitted to edit employee data, it is important   to control for the risk of human error. In this case, we are concerned with   the Country field related to each employee. You will create a table and enter   only the countries you would like your staff to choose from into it.
 

  Create a new table in table design view. Name the first field Country and ensure the field is set as the   primary key. Switch to Datasheet view, saving the table as Countries. Enter two records, UK and USA   (in that order). Close the table.

 

Now,   you’ll update the Update Employees form so that the countries that your staff   can choose from will be limited to those countries that exist in your newly   created table.
 

  Open the Update Employees form in Design view. Change the Country field to a   Combo Box. Set the Row Source to Countries and the Limit To List property to   Yes.

 

You   will need to ensure that the tab order makes sense in the Update Employees   form. This makes it easier for your staff to use/navigate.
 

  Fix the tab order so the Postal Code field comes immediately before the   Country field. Save and close the form.

 

Adding   specific policies and/or procedures to various forms is one of the best ways   to ensure that your staff sees then on a regular basis and understands them.   You’ll add a note on the View Employees form stating that the viewable data   is considered private and should be handled with caution.
 

  Open the View Employees form in Design view. Add a new label control in the   left-side of the form footer that displays the text Personnel information is considered private and printouts should   be shredded after use (do not include a period). Change the   font color to Black, Text 1 and bold the text. Save and close the form.

 

Summary   reports are great for providing company executives with quick information.   You will create a report that lists the important employee information to   your executives.
 

  Create a new report using the Report Wizard based on the Employees table.   Select the FirstName, LastName, HireDate, and HomePhone fields, in that   order. Accept all other default options.

 

Your   executives have asked to summarize the employee information by who each   employee reports to. As such, you’ll add a grouping by the ReportsTo field to   the report. You’ll also add a count to the footer section of each group that   counts the number of employees that report to each supervisor.
 

  Switch to Layout view. Add grouping by the ReportsTo field. Switch to Design   view. Switch the option to with a footer section in the Group, Sort, and   Total pane Use the pane to also display the count of the First Name field in   the Group Footer section.

 

The   executives that each group of employees appears on a different page. You’ll   add a page break in the footer section of each group.
 

  Add an Insert Page Break control at the bottom of the ReportsTo footer. Decrease   the size of the Home Phone field label, by dragging the right border so it   lines up with the 6-inch mark on the horizontal ruler. Ensure that the label   width is set to as close to 1.08 inches as possible. 

 

Finally,   you’ll need to calculate the number of years each employee has been at the   company. Adding a text box to the report will allow you to do so.
 

  Add a new Text Box control to the right of the HomePhone text box. Use the   Tabular button in the Table group of the Arrange tab to place it correctly.   Change the label for the field to Years Employed.

 

Add   a formula in the text box to calculate the number of years (not days) since   the employee’s hire date, assuming the current date   is #12/31/2018#. Format the field as Standard with 1   decimal place. Save and close the report.

 

Close   the database, and submit the file as instructed.

  

Project Description:

The Human Resources Department asked you to assist them in updating the database they are using. The department requires a form that can be used to find information but not change information. In addition, you will enhance an existing form and generate a report showing which employees report to each supervisor.

     

Start Access. Open the file named Exp19_Access_Ch07_Cap_Replacement_Parts.accdb. Grader has automatically added   your last name to the beginning of the filename.

 

You’ll   begin by creating a basic form based on the Employees table.
 

  Select the Employees table and use the Form tool to create a new form. Change   the title to View Employees.   Delete the Orders subform.

 

It   is important for the staff to only be able to view the form and not make any   edits to the data provided in the form.
 

  Change the Allow Edits, Allow Additions, and Allow Deletions settings to No.   View the form and data in Form view. Save the form as View Employees. Close the form.

 

For   those staff members that are permitted to edit employee data, it is important   to control for the risk of human error. In this case, we are concerned with   the Country field related to each employee. You will create a table and enter   only the countries you would like your staff to choose from into it.
 

  Create a new table in table design view. Name the first field Country and ensure the field is set as the   primary key. Switch to Datasheet view, saving the table as Countries. Enter two records, UK and USA   (in that order). Close the table.

 

Now,   you’ll update the Update Employees form so that the countries that your staff   can choose from will be limited to those countries that exist in your newly   created table.
 

  Open the Update Employees form in Design view. Change the Country field to a   Combo Box. Set the Row Source to Countries and the Limit To List property to   Yes.

 

You   will need to ensure that the tab order makes sense in the Update Employees   form. This makes it easier for your staff to use/navigate.
 

  Fix the tab order so the Postal Code field comes immediately before the   Country field. Save and close the form.

 

Adding   specific policies and/or procedures to various forms is one of the best ways   to ensure that your staff sees then on a regular basis and understands them.   You’ll add a note on the View Employees form stating that the viewable data   is considered private and should be handled with caution.
 

  Open the View Employees form in Design view. Add a new label control in the   left-side of the form footer that displays the text Personnel information is considered private and printouts should   be shredded after use (do not include a period). Change the   font color to Black, Text 1 and bold the text. Save and close the form.

 

Summary   reports are great for providing company executives with quick information.   You will create a report that lists the important employee information to   your executives.
 

  Create a new report using the Report Wizard based on the Employees table.   Select the FirstName, LastName, HireDate, and HomePhone fields, in that   order. Accept all other default options.

 

Your   executives have asked to summarize the employee information by who each   employee reports to. As such, you’ll add a grouping by the ReportsTo field to   the report. You’ll also add a count to the footer section of each group that   counts the number of employees that report to each supervisor.
 

  Switch to Layout view. Add grouping by the ReportsTo field. Switch to Design   view. Switch the option to with a footer section in the Group, Sort, and   Total pane Use the pane to also display the count of the First Name field in   the Group Footer section.

 

The   executives that each group of employees appears on a different page. You’ll   add a page break in the footer section of each group.
 

  Add an Insert Page Break control at the bottom of the ReportsTo footer. Decrease   the size of the Home Phone field label, by dragging the right border so it   lines up with the 6-inch mark on the horizontal ruler. Ensure that the label   width is set to as close to 1.08 inches as possible. 

 

Finally,   you’ll need to calculate the number of years each employee has been at the   company. Adding a text box to the report will allow you to do so.
 

  Add a new Text Box control to the right of the HomePhone text box. Use the   Tabular button in the Table group of the Arrange tab to place it correctly.   Change the label for the field to Years Employed.

 

Add   a formula in the text box to calculate the number of years (not days) since   the employee’s hire date, assuming the current date   is #12/31/2018#. Format the field as Standard with 1   decimal place. Save and close the report.

 

Close   the database, and submit the file as instructed.

Research Paper: Building an economy: Government planning vs. entrepreneurial innovation

Find a peer-reviewed scholarly journal article discussing government planning and/or entrepreneurial innovation. Complete a review of the article by writing a 2-3 page overview of the article. This will be a detailed summary of the journal article, including concepts discussed and findings. Additionally, find one other source (it does not have to be a peer-reviewed journal article) that substantiates the findings in the article you are reviewing. You should use the UC library (https://www.ucumberlands.edu/library) and/or Google Scholar to find these types of articles (https://scholar.google.com/ )Once you find the article, you will read it and write a review of it.  This is considered a research article review.Your paper should meet these requirements: 

  • Be approximately 3-4 pages in length, not including the required cover page and reference page.
  • Follow APA 7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
  • Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.
  • Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.

Emerging technologies

 

The research project is a research-based paper on a Emerging Technologies topic.  Pick only one of the two topics listed below.

You will develop your research project in stages throughout the course, to include:  selecting a topic, submitting an abstract/outline, and submitting your final project (paper) for evaluation.  You must support your materials by using at least five appropriate, properly cited sources in addition to your course textbook. Your project (paper) will comprise 3000 to 3500 words (not including title and reference pages).  Your project (paper) must be formatted according to APA guidelines as a Word document, double spaced, Times New Roman, 12-font, with one-inch margins.

This assignment should indicate which topic you have selected and provide an outline of your research project using APA format.

Many new clean tech ventures have relied on funding and partnership from established corporations. Select a recently funded clean tech venture with corporate venture involvement. Did the funding impact the structure of the new venture? What does the new venture expect to gain from the backing by the larger corporation? What does the larger corporation expect to gain from being involved in the new venture?

Describe and contrast the operational challenges faced by the following startups: (a) consumer Web services startup, (b) iPhone application company, and (c) electronic device company.

The store name address

  

/*The store name, address, city, state, zip, and quantity of books sold in that store for each store. 

Place the list in descending order by the quantity of books sold.*/

/*The title ID, title, publisher id, publisher name, and terms for all books that have never been sold. This means that there are no 

records in the Sales Table. Use OUTER JOIN or NOT IN against SALES table. In this case, the terms are referring to the items on the 

titles table involving money. ( Price, advance, royalty )*/

/*The title ID, title, and year-to-date sales for all books sold by stores inside of California or Oregon.*/

/*Year-to-date means from the beginning of the current year until the present date. As the database

has no sales in 2014, this query has no results. If the query had asked for yearly sales, there would be results. Or if it was year to given date, and

a date in 1993 is supplied */

/*The title ID, title, and number of authors for all books that have more than one author.*/

/*The type of book and the number of books of that type for each book type for all types that have at least two books. 

Query should have GROUP BY and HAVING clauses.*/

Computer Science 8-2 Application Assignment: Blogs and Defamation Assignment

There are many blogs and bloggers on the internet today. How do we know if what we are reading is true? Do bloggers have the right under the First Amendment to post whatever they would like, even if the information is not completely true? The purpose of this assignment is to analyze the contents of a blog and determine what to do in an instance in which defamation has occurred.

Prompt

As an avid user of online social media, you identify a very untrue blog written by an anonymous writer. The blog contains many horrible accusations that are unfounded and untrue. After identifying this blog, you feel violated and confused. What steps can you take to have the blog removed? What defamation charges can be filed against the creator of the blog?

Specifically the following critical elements must be addressed:

  1. Describe a potential blog that includes information that is not true. Please note: The blog scenario does not have to come from an actual blog on the internet. The scenario can be created by the student but must be realistic.
  2. Identify the procedure that can be taken to have the blog removed.
  3. Determine defamation charges that can be filed against the creator of the blog.

What to Submit

Your paper must be submitted as a two- to three-page Microsoft Word document with double spacing, 12-point Times New Roman font, one-inch margins, and be cited in APA format if applicable.

Powerpoint

– 5 slides ONLY FOR from INTRODUCTION TO MODELING SECTION

– Find the attachment for more information

– Only include the important information of the project

IT202 week 9

 

Describe the concept of virtual computer systems. What is virtualization? How does it function?

Submit a one and a half to two page paper in APA format.

4 pages

 

Create a 4–6-page MS Word document following APA guidelines (first person should not be used). Write this document for a technical audience.