Make sure currency is in Euros with two decimal places

Slides:



Advertisements
Similar presentations
Working with Tables 1 of 5. Working with Tables 2 of 5.
Advertisements

Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Using a database to organize information
Paul Mundy Microsoft Excel Tips and tricks.
Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin TECHNOLOGY PLUG-IN T3 PROBLEM SOLVING USING EXCEL.
Unit 27 Spreadsheet Modelling
Creating and Editing Reports. Starter – Guess the Words… Reports R e p o r t Label.
Mark Dixon Page 1 07 – Reports. Mark Dixon Page 2 Session Aims & Objectives Aims –To use reports to produce more readable documents Objectives, by end.
Week 2 Normalization and Queries
Seminar #1 – Refreshing databases concepts and SQL CM036: Advanced Databases1 Seminar 1: Revisiting Databases and SQL Purpose To refresh basic concepts.
Access 2007 ® Use Databases How can Access help you to find and use information?
Problem Solving Using Excel
Tutorial 8 Advanced Queries. Notes Switch to new database! Tutorial.08 folder Only Session 8.1 and 8.2.
The Online Volunteer Log (Talbot County) *Live as of February 19 th, AM.
Reports 5.02 Understand database queries, forms, and reports used in business.
Chapter 11 - (Databases) – Queries and Reports This is a typical exam question. You will be asked to create a Report. However before you make the report.
Querying a Database - A question or an inquiry (dictionary.com) - WHAT ARE WE ASKING QUESTIONS ABOUT? THE DATA - BY ASKING QUESTIONS OF THE DATA WE OBTAIN?
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Standard view – default to week tab – all ok! Please make Price with an upper case P When you click on the month tab, the average is not correct – it should.
COUNTING Directions: Write your word on the I pad and on the paper. Count the amount of letters in your word and then find the color that matches that.
Chapter 11: Car Task Extension: Queries Importing CSV: Make sure currency is in Euros with two decimal places Using a suitable database package, import.
DAY 20: HOMEWORK # 4 OVERVIEW Akhila Kondai October 28, 2013.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved Business Driven Information Systems 2e Plug-In T3: Problem Solving Using Excel 2007.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 6 BACKNEXTEND 6-1 LINKS TO OBJECTIVES Using the Report Button Using the Report Button Print.
A database Help and click sample databases  This is a collection of data organised for a specific theme in one or more tables, e.g video library. Can.
DAY 18: MICROSOFT ACCESS – CHAPTER 3 CONTD. Akhila Kondai October 21, 2013.
HOMEWORK # 4 OVERVIEW Aliya Farheen Oct
Databases – Part 2 Databases– Part 2 Lesson 5 & 6.
Chapter 11: Labels You need to make labels for some models selected from all the data. Produce a report which: Contains a new field called Sale_Price which.
Paper 2 Exam Tips Guidance: 1.Evidence Document 2.Unit 9: – Communication ( ) 3.Unit 10: - Document Production (Word) 4.Unit 16: PowerPoint 5.Unit.
Access Query Design. IT Fundamentals2 Access Query Design The Query design screen provides a mechanism for selecting specific data from datafile(s) by:
Databases – Part 2 Task 1 – Simple Query and Report Create a Report for the following scenarios. Remember before you create the.
Karolina Muszyńska
DAY 7: ACCESS Rahul Kavi March 29,
Importing CSV Make sure all currency values are in Pounds to two decimal places. Using a suitable database package, import the file Games.CSV Use appropriate.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 5 BACKNEXTEND 5-1 LINKS TO OBJECTIVES Using the Form Button Using the Form Button Form Views.
Problem Solving Using Excel
Creating a database table
Importing Your Roster Into Outlook December Tara Thomas
You need to be in Design View
SUMMARIZING DATA AND CALCULATING IN FORMS AND REPORTS Section 4
Importing CSV Make sure all currency values are in Pounds (£) to two decimal places. All dates to appear in the medium format: DD/MM/YYYY Using a suitable.
Source file containing the data (Spreadsheet or Database)
Using Controls in Reports and Forms
Objectives Create an action query to create a table
Unit 16 – Database Systems
GO! with Microsoft Office 2016
You work as a consultant for Rock ICT who produce and sell music
Q or R Contains a new field called Total Sales which is calculated at run-time. In this field you will multiply the Price by the Sold field Has the Total.
1. Look at the data in the files J13STUDENT. TXT, J13COURSE
Insert Suitable field names
Database Queries.
Chlamydia Learning Collaborative
Nagendra Vemulapalli Access chapters 3&5 Nagendra Vemulapalli 1/18/2019.
Introduction To Databases GCSE Computer Science
Creating and Managing Database Tables
Dimensional Model January 16, 2003
From and Report.
Spreadsheets, Modelling & Databases
Chapter 18: Car Task - 1 Extension: Queries Importing CSV:
Introduction To Databases GCSE Computer Science
Nagendra Vemulapalli Exam2 Overview Nagendra Vemulapalli
IT Solutions for Administrators - Spreadsheets
Introducing a Database
IT Solutions for Administrators - Databases
Access Reports.
Tutorial 9 Using Action Queries and Advanced Table Relationships
New Perspectives on Microsoft
Presentation transcript:

Make sure currency is in Euros with two decimal places Importing CSV: Make sure currency is in Euros with two decimal places Using a suitable database package, import the file CARS.CSV Set appropriate data types during the import & design view. Set the VIN field as a key field Import the file DISTRIBUTORS.CSV as a new table in your database. Set the Distributor_code field as a key field Create a one-to-many relationship as a link between the Distributor_code field in the Distributor table and the Distributor field in the Cars table. Insert these three records into the Cars table: VIN Model Power Engine_Size Cost_Price Colour Distributor Dispatched_Date Dispatched 376C15423002 MicroZed D 1200 7500 Blue FMD SA 19/06/2015 Yes 376C15423010 MicroSE H 900 8500.55 20/06/2015 377C15423010 Micro G 600 9000 21/06/2015

Make sure currency is in Euros with two decimal places Show the following fields only: Vin, Model, Cost_Price, Port, County and Updated_Price Show only the cars dispatched from Paris Insert a new field called Updated_Price which is calculated at a run time – You need to add 10% to the price. Sort the model into ascending order Has a page orientation of landscape Count the number of cars under the model field. Include a suitable label. Has your name at the top of each page Show the following fields only: Vin, Model, Engine size, Dispatched_Date, Port, Country and Updated_Price Show only the cars dispatched between January and February 2014 Insert a new field called Updated_Price which is calculated at a run time – You need to add 15% to the price. Sort the Port and then Country into ascending order Work out the average of the Updated_Price field. Include a suitable label. Has your name at the bottom of each page Show the following fields only: Vin, Model, Colour, Dispatched, Distributor_Code, Contact Name and Updated_Price Show only the Vin which ends in 22, Model is Micro, Colour is Red and has been Dispatched. Insert a new field called Updated_Price which is calculated at a run time – You need to add 25% to the price. Sort the updated price into ascending order Work out the total sum of the Updated_Price field. Include a suitable label. Has your name at the bottom of the report

Make sure currency is in Euros with two decimal places Show the following fields only: Model, Colour, Vin, Distributor_Code, Region and Updated_Price Show only the Vin which ends with 22, Model is Micro B, Colour is Green and models which have been dispatched after January 2014 Insert a new field called Updated_Price which is calculated at a run time – You need to add 17.5% to the price. Sort the Region into ascending order Has a page orientation of landscape Count the total number of models. Include a suitable label. Has your name at the bottom of each page. Show the following fields only: Model, Cost_Price, Distributor, Port, Country, City and Updated_Price Show only the Micro or MicroB models, Cost_Price is more than 7500 and Distributor is FMD SA Insert a new field called Updated_Price which is calculated at a run time – You need to add 22.5% to the price. Sort the Cost_Price into ascending order Work out the average of the Cost_Price field. Include a suitable label. Show the following fields only: Model, Power, Colour, Dispatched_Date, Contact_Name, City and Updated_Price Show only the Models which have been dispatched after February 2014, VIN ends in 13, Power is H or G and Colour is Gold. Insert a new field called Updated_Price which is calculated at a run time – You need to add 5.5% to the price. Sort the Contact_name into ascending order Work out the total sum of the Updated_Price field. Include a suitable label. Has your name at the bottom of the report.

Make sure currency is in Euros with two decimal places Show the following fields only: Model, Dispatched, Colour, Cost_Price, Distributor, First_Name and Address_1 Show only the models which are not Micro or MicroB, colour is blue, Distributor is NMD or FMD SA and there is no dispatched date. Sort the Distributor into ascending order Has a page orientation of landscape Count the total number of models. Include a suitable label. Has your name at the top of each page. Show the following fields only: VIN, Engine_Size, Cost_Price, Distributor_Code, City, Region and Updated_Price Show only the models which are green or red, Cost_Price is more than 9000 and Distributor is EMD SA or BMD AG Insert a new field called Updated_Price which is calculated at a run time – You need to add 12.5% to the price. Sort the City into ascending order Work out the average of the Updated_Price field. Include a suitable label. Has your name at the bottom of each page. Show the following fields only: Distributor_Code, Model, Engine, Colour, Port, Cost_Price and Updated_Price Show only the Models which have a engine size of 1200, Price is between 7500 and 8600, dispatched date is after May 2014 and the colour is Silver or Blue. Insert a new field called Updated_Price which is calculated at a run time – You need to add 7.5% to the price. Sort the Port into ascending order Work out the total sum of the Cost_Price field. Include a suitable label. Has your name at the top of the report.

Make sure currency is in Euros with two decimal places Show the following fields only: Port, City, Region, Model, Colour, Cost_Price, Power and Dispatched Date Show only the models which are not Micro or MicroB, Colour is not Red or Silver, Power is not E and dispatched in the month of May 2014. Sort the Port and then City into ascending order Has a page orientation of landscape Count the total number of models. Include a suitable label. Has your name at the top of each page.