Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part II: Transforming the Data (25 points) Instructions: Load the data as per the Case Study instruction and build the appropriate relationships between the tables.

image text in transcribed
image text in transcribed
Part II: Transforming the Data (25 points) Instructions: Load the data as per the Case Study instruction and build the appropriate relationships between the tables. Write two queries that extracts the job code for 2015 and a second query that extracts the job coed for 2016. In each query, include all of the other fields from the data import year; add a new field that has extracted the job code; and, for the 2015 data, add the employees full name in the same format as listed in 2016. Name your two queries as follows: 6a Create database and appropriate relationships (5 pts) 6b Qry_2015WithCleanJobCode (10 pts) You will include three fields: Job Code: Use this fxn: Job_Code: IIf(Mid([Job],3,1) Like "[A-Z]*", Mid([Job], 4,3), Mid([Job],3,3)) tble_2015Data Employee Name-make sure you format to include first and last name in a single field. 6c Qry_2016WithCleanJobCode (10 pts) You will include the following fields: Job Code: Use this fxn: Job_Code: IIf(Mid([Project],3,1) Like "[A-Z]*", Mid([Project], 4,3), Mid([Project],3,3)) Tble_2016Data

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advanced Accounting

Authors: Debra C Jeter, Paul K Chaney

5th Edition

1118022297, 978-1118022290

More Books

Students also viewed these Accounting questions

Question

2. It is the results achieved that are important.

Answered: 1 week ago

Question

7. One or other combination of 16.

Answered: 1 week ago