Microsoft Access Relationship Total Queries - Reports

Size: px
Start display at page:

Download "Microsoft Access Relationship Total Queries - Reports"

Transcription

1 Primary Key Each table should include a primary key that uniquely identifies each record stored in the table such as an Employee ID. - A table contains only 1 primary key. - A primary key can be composed of 1 or many fields. - A primary key is used to distinguish a record from another. - A primary key is used to speed up searching for records. - A primary key is unique, it doesn t contain repetitive values. - A primary key can accept the value 0. - A primary Key cannot be empty. - A primary key can have the following types: Text, Number or Autonumber - A primary key has an indexed: Yes (No duplicates). Foreign Key You can include the primary key fields in other tables to refer back to the table that is the source of the primary key. In those other tables, the fields are called foreign key or secondary keys. - A foreign key is related to the primary key in another table. - A foreign key contains repetitive values. - A foreign key can be unique. - A foreign key can have the type: Text or number. - A foreign key cannot be autonumber. - A Foreign Key has an Indexed: yes (duplicates ok). Informatics Access - 1 -

2 Practice 6 - Total Queries Given the following table: Factory (Factory code, name, location, number of employees) Product (Product code nom, price, factory code) Supplier (Supplier code, name) Supply (Product code, Supplier code, supplied quantity) Display the maximum price of all products. Field Table Total Price Product Max Display the minimum price of each supplier. (each supplier means: group by on the primary key of the table supplier) Field Price Supplier code Table product Supplier Total Min Group by Display the Total (sum) price of the supplier / whose name is Roy. (Note: if you have a criteria without a show, we use where instead group by) Field Price Name Table Product Supplier Total Sum where Roy Informatics Access - 2 -

3 Extra query Display the Total (sum) price and the name of supplier of the supplier/ whose name is Roy. (Note: if you have a criteria with a show, we use Group by) Field Price Name Table Product Supplier Total Sum Group by Roy Factory (Factory code, name, location, number of employees) Product (Product code nom, price, factory code) Supplier (Supplier code, name) Supply (Product code, Supplier code, supplied quantity) Display the Total number of products /of supplier whose name is Lara. Total number + name of table, means count on the primary key of the table. Field Product code Name Table Product Supplier Total Count where Lara Display the Total number of employees of all factories of every factory. Field Table Total Number of employees Factory sum Informatics Access - 3 -

4 Practice 7 Total queries Company Car Car price Rent Client (Company id, name) (Car id, name, Company id) (Car id, car price, price-day) (Client id, car id, rent date, number of days) (Client id, Name, Telephone, Address) Display total amount of clients who rent cars Audi R8 in January/2010. Field Amount: Name Rent date [number of days]*[price-day] Table Car Rent Total sum where Where Audi R8 Like */1/2010 Between 1/1/2010 and 31/1/2010 Note: Total number + name of table (count on the PK) Display the Total numbers of cars / of "BMW" company the Total numbers of cars of "Golf" company. Field Car id NAME Table car COMPANY Total Count Where BMW Golf Informatics Access - 4 -

5 Total number + name of field (Sum on the field) Display the total number of days /rented for the car "BMW X6" in the year Field Number of days Name Rent date Table Rent Car Rent Total Sum Where Where Bmw x6 Like */*/2013 Between 1/1/2013 and 31/12/2013 Extra query Display the total number of days and the name of car /rented for the car "BMW X6" in the year Field Number of days Name Rent date Table Rent Car Rent Total Sum Group by Where Bmw x6 Like */*/2013 Informatics Access - 5 -

6 Practice 8 Total queries Client Product Facture Facture detail (Client code, client name, address) (Product code, name, unit price, quantity stock) (Facture number, bill date, client code) (Facture number, product code, qty-purchase) Display the total amount of qty-purchase / of facture number 500. Field Amount: [qty-purchase]*[unit price] Facture number Table Facture Total Sum where 500 Informatics Access - 6 -

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access Databases and Microsoft Access Introduction to Databases A well-designed database enables huge data storage and efficient data retrieval. Term Database Table Record Field Primary key Index Meaning A organized

More information

Chapter. Storeroom Module. Table of Contents

Chapter. Storeroom Module. Table of Contents Chapter 16 Module The module is used to record and track inventory and storeroom information. This Chapter describes how to use the Web Work module. Table of Contents 16.1 OVERVIEW OF THE STOREROOM MODULE...

More information

8.1 OVERVIEW OF THE INVENTORY MODULE ADDING NEW ITEMS...

8.1 OVERVIEW OF THE INVENTORY MODULE ADDING NEW ITEMS... Chapter Module The module is used to record and track inventory and storeroom information. This Chapter describes how to use the Web Work module. Table of Contents 8.1 OVERVIEW OF THE INVENTORY MODULE...

More information

Label Program Printing Shelf Labels

Label Program Printing Shelf Labels ................................................................................................... Label Program Printing Shelf Labels Pharmacy Technology Solutions Issued January 2014 Label Program:

More information

Setting Up & Using the Synnex PSN

Setting Up & Using the Synnex PSN Updated May 2016 Contents Setting Up...3 Setting Up the Vendor Database...3 Setting Up the Salesperson Database...4 Setting Communication Parameters...5 Testing the System Parameters...6 Using...6 Transmitting

More information

Activant Prophet 21. Using Fast Edits on Your Database

Activant Prophet 21. Using Fast Edits on Your Database Activant Prophet 21 Using Fast Edits on Your Database This class is designed for Prophet 21 users who are involved with any type of data entry Objectives Identify the fast edits that are available Select

More information

The Buyers Work Centre: Searching

The Buyers Work Centre: Searching The Detailed Procedure The Buyers Work Centre (BWC) has replaced the Purchase Order Summary Screen. It provides more flexibility when searching (whether orders, requisitions, suppliers), running and printing

More information

DATA Data and information are used in our daily life. Each type of data has its own importance that contribute toward useful information.

DATA Data and information are used in our daily life. Each type of data has its own importance that contribute toward useful information. INFORMATION SYSTEM LESSON 41 DATA, INFORMATION AND INFORMATION SYSTEM SMK Sultan Yahya Petra 1 DATA Data and information are used in our daily life. Each type of data has its own importance that contribute

More information

How to Receive in PeopleSoft

How to Receive in PeopleSoft How to Receive in PeopleSoft Please Note: there are several ways to receive in PeopleSoft as illustrated below. You may choose the option that works best for you Receiving items in PeopleSoft is an important

More information

Microsoft Access XP (2002) - Advanced Queries

Microsoft Access XP (2002) - Advanced Queries Microsoft Access XP (2002) - Advanced Queries Group/Summary Operations Change Join Properties Not Equal Query Parameter Queries Working with Text IIF Queries Expression Builder Backing up Tables Action

More information

What are Non-Catalog Orders?

What are Non-Catalog Orders? What are Non-Catalog Orders? Non-Catalog Orders are intended to address purchasing needs that fall outside of typical requests within a punch-out site, catalog or form. Prior to beginning a Purchase Request,

More information

Detailed Data Modelling: Attribute Collection and Normalisation of Data

Detailed Data Modelling: Attribute Collection and Normalisation of Data Detailed Data Modelling IMS1002 /CSE1205 Systems Analysis and Design Detailed Data Modelling: Attribute Collection and Normalisation of Data The objective of detailed data modelling is to develop a detailed

More information

Internet Web Site:

Internet Web Site: 1 Internet Web Site: www.reliableparts.com Click on Canadian Online Ordering To sign on: User ID = your account number -- Password = "Your assigned password" Note: A one time set up to change your browser

More information

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE C30147 RELATIONAL DATABASE Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards This module has been developed to further the learner s

More information

Sales Order Processing

Sales Order Processing Windows Print Management System Sales Order Processing Sales Order Processing Contents Sales Order Processing Contents Sales Order Processing Contents... 1.1 Introduction to SOP... 2.1 Stock Type... 3.1

More information

COMM 391 Winter 2014 Term 1. Tutorial 1: Microsoft Excel - Creating Pivot Table

COMM 391 Winter 2014 Term 1. Tutorial 1: Microsoft Excel - Creating Pivot Table COMM 391 Winter 2014 Term 1 Tutorial 1: Microsoft Excel - Creating Pivot Table The purpose of this tutorial is to enable you to create Pivot Table to analyze worksheet data in Microsoft Excel. You should

More information

Portable Data Terminal

Portable Data Terminal Arch User Guide ver. 25 Classification: Document History Date Version Changed By Details 2016-03-06 1.0 Michelle Lategan Created Document Document Version 1.0 Last Update: Table of Contents Page 1 of 16

More information

U112: Service Request Workbench. U112 Service Request Workbench Ver 2.1

U112: Service Request Workbench. U112 Service Request Workbench Ver 2.1 U112: Service Request Workbench 1 EXAMPLES NEEDED FOR TRAINING Slide 6: Access the SR workbench and go through the fields. Slide 13: Create a new folder, following the exercise. 2 U112 SERVICE REQUEST

More information

ICT IGCSE Databases (Access)

ICT IGCSE Databases (Access) Open and Save (Create) Database 3 1 2 4 Lawsons 1) Open Microsoft Access 2) Write the name of the database file 3) Select the destination folder and choose the location for the file. 4) Select OK and then

More information

SciQuest ERM Cheat Sheet Shopping Cart Processes for DLPs

SciQuest ERM Cheat Sheet Shopping Cart Processes for DLPs SciQuest ERM Cheat Sheet Shopping Cart Processes for DLPs There are different Shopping processes when requesting items. A process exists for Hosted Catalogues and e-molecules Non-Hosted Catalogues Stock

More information

Distributor On-Line User Manual. Terex Construction Americas 8800 Rostin Road Southaven, MS ( TEREX)

Distributor On-Line User Manual. Terex Construction Americas 8800 Rostin Road Southaven, MS ( TEREX) Distributor On-Line User Manual Terex Construction Americas 8800 Rostin Road Southaven, MS 38671 888-908-3739 (888-90-TEREX) Version 01.12 January 2012 Getting Started: Login and Passwords To begin, access

More information

Pegasus Opera II. Hints and Tips (2) From AMA Business Systems Ltd Tech Support Team

Pegasus Opera II. Hints and Tips (2) From AMA Business Systems Ltd Tech Support Team Pegasus Opera II Hints and Tips (2) From AMA Business Systems Ltd Tech Support Team Contents Page 3: Introduction Page 4: Tip 1 Creating a new Opera II User Page 5: Tip 2 Restricting User Menu Access Page

More information

SciQuest ERM Cheat Sheet Shopping Cart Processes for Researchers

SciQuest ERM Cheat Sheet Shopping Cart Processes for Researchers SciQuest ERM Cheat Sheet Shopping Cart Processes for Researchers There are different Shopping processes when requesting materials. A process exists for Hosted Catalogues and e-molecules Non-Hosted Catalogues

More information

Detailed Data Modelling. Detailed Data Modelling. Detailed Data Modelling. Identifying Attributes. Attributes

Detailed Data Modelling. Detailed Data Modelling. Detailed Data Modelling. Identifying Attributes. Attributes IMS1002 /CSE1205 Systems Analysis and Design Detailed Data Modelling The objective of detailed data modelling is to develop a detailed data structure that: Detailed Data Modelling: Attribute Collection

More information

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports Version 07/11/09 Microsoft Office 2007 PDF Picture Tutorial Series Databases Tables, Forms, Subforms, and the Lookup Wizard May 2009 by Floyd Jay Winters and Julie Manchester winterf@mccfl.edu Database

More information

Furniture Job Costing. 1. From the Master Menu, double-click. The Keyop Menu opens.

Furniture Job Costing. 1. From the Master Menu, double-click. The Keyop Menu opens. About Job Costing You can enter job costing items or hours for employees to a project. This lets you keep details for audit purposes. You can create a table of hourly, regular and overtime rates for an

More information

Purchase Order Creating a Manual Purchase Order

Purchase Order Creating a Manual Purchase Order ................................................................................................... Purchase Order Creating a Manual Purchase Order Pharmacy Technology Solutions Issued January 2014 Purchase

More information

SEE GRADING CRITERIA AT THE BOTTOM. Database Tables Lookup Wizard Relationships Forms Queries Reports

SEE GRADING CRITERIA AT THE BOTTOM. Database Tables Lookup Wizard Relationships Forms Queries Reports Microsoft Office 2007 PDF Picture Tutorial Series Databases Tables, Forms, Queries, Lookup Wizard, Relationships August 2010 by Floyd Jay Winters and Julie Manchester winterf@scf.edu SEE GRADING CRITERIA

More information

Entity Relationships and Databases

Entity Relationships and Databases Entity Relationships and Databases The following is excerpted from Chapter 6, Data Modeling, in Business Systems Analysis and Design by William S. Davis (1994, Belmont, CA: Wadsworth Publishing Company),

More information

Open 24/7/365. Welcome to DOIGCorp.com. Welcome to the new DOIGCorp.com

Open 24/7/365. Welcome to DOIGCorp.com. Welcome to the new DOIGCorp.com Welcome to DOIGCorp.com Welcome to the new DOIGCorp.com We are Factory and Industrial Automation Specialists, working to bring our customers Fast. Friendly. Flawless. Solutions. Open 24/7/365 We ve made

More information

1. Launch AutoCount Accounting and login the account book which you wish to install this plug-in.

1. Launch AutoCount Accounting and login the account book which you wish to install this plug-in. Introduction Inventory Physical Adjustment Plug-in is an add-on function for AutoCount Accounting user to perform stock take and adjust the quantity in the system automatically through Stock Adjustment.

More information

Date Tester Pass/Fail Notes. Step Action Input Expected Results 1. From the Financials menu, click the Purchasing link.

Date Tester Pass/Fail Notes. Step Action Input Expected Results 1. From the Financials menu, click the Purchasing link. Test History Date Tester / Notes Time to Test Estimated Time Actual Time Test Setup Test Navigation 1. From the Financials menu, click the Purchasing link. 2. Click the Receipts link. 3. Click the Add/Update

More information

Creating a Crosstab Query in Design View

Creating a Crosstab Query in Design View Procedures LESSON 31: CREATING CROSSTAB QUERIES Using the Crosstab Query Wizard box, click Crosstab Query Wizard. 5. In the next Crosstab Query the table or query on which you want to base the query. 7.

More information

PRODUCT GUIDE VERIZON SOUTH INC. Sixth Revised Page 18 d/b/a Verizon North Carolina (Virginia) Cancels Fifth Revised Page 18 EFFECTIVE: July 1, 2017

PRODUCT GUIDE VERIZON SOUTH INC. Sixth Revised Page 18 d/b/a Verizon North Carolina (Virginia) Cancels Fifth Revised Page 18 EFFECTIVE: July 1, 2017 VERIZON SOUTH INC. Sixth Revised Page 18 d/b/a Verizon North Carolina (Virginia) Cancels Fifth Revised Page 18 EFFECTIVE: July 1, 2017 S5.5 Regional Value a. General b. Features This offering is a combination

More information

The specific steps to build Wooden Crafts database are here: 1. Create New Database. i. After opening Access, click Blank Desktop Database :

The specific steps to build Wooden Crafts database are here: 1. Create New Database. i. After opening Access, click Blank Desktop Database : Highline College - Busn 216: Computer Applications for Business (Fun and Power with Computers) Office 2016 Video #39: Access 2016: Create Database, Import Excel, Create Tables & Forms, Build Relationships

More information

Corticon Rule Modeling Challenge Jan 2018 Order Promotions

Corticon Rule Modeling Challenge Jan 2018 Order Promotions Corticon Rule Modeling Challenge Jan 2018 Order Promotions Mike Parish The Problem The objective of this challenge is to help merchants to define various promotions for their sales orders and to automatically

More information

ECU REQUIREMENTS OUTLINE. Table of Contents HYDRAFORCE ELECTRONICS

ECU REQUIREMENTS OUTLINE. Table of Contents HYDRAFORCE ELECTRONICS ECU REQUIREMENTS OUTLINE Table of Contents 1 ECU Machine Controllers...2 2 Development and Application Process...2 3 ECU Connectors...4 4 Mounting Hardware...6 5 Material Requirements...6 1 1 ECU Machine

More information

Internet Data Exchange - General Navigation - View and Confirm Purchase Orders and Scheduling Agreements

Internet Data Exchange - General Navigation - View and Confirm Purchase Orders and Scheduling Agreements Internet Data Exchange - General Navigation - View and Confirm Purchase Orders and Scheduling Agreements Table of Contents Page 3 What is Internet Data Exchange (IDE) Page 4 - Benefits / Access Page 5

More information

How do I update my company file to use the new Standard Rate VAT of 21% for 1 January, 2010 by creating a new VAT code?

How do I update my company file to use the new Standard Rate VAT of 21% for 1 January, 2010 by creating a new VAT code? How do I update my company file to use the new Standard Rate VAT of 21% for 1 January, 2010 by creating a new VAT code? Article ID: 4474 This is a rather lengthy article. We recommend that you print it

More information

Full file at

Full file at Testbank, Access Chapter 2 1) When designing a database, all of the following statements are true EXCEPT: A) You need to consider the output requirements of the database B) You need not be concerned with

More information

USER GUIDE Azure Factory

USER GUIDE Azure Factory 2011 USER GUIDE Azure Factory Contents Setting up a Windows Azure Account... 2 Setting up your Server... 3 Creating a Database... 4 Manage the Database... 6 Generating the Azure Factory Project... 9 Publishing

More information

EDI Implementation Guidelines for VALEO DESPATCH ADVICE. RND004v15. V02 30/03/2008 Page 1/17 Property of VALEO Duplication Prohibited

EDI Implementation Guidelines for VALEO DESPATCH ADVICE. RND004v15. V02 30/03/2008 Page 1/17 Property of VALEO Duplication Prohibited DESPATCH ADVICE V02 30/03/2008 Page 1/17 Property of Duplication Prohibited Document History Revision Date Responsible Description of Revision V01 26-07-2006 Idriss EL MORABIT Document creation V02 30/03/2008

More information

CLARK COUNTY SCHOOL DISTRICT

CLARK COUNTY SCHOOL DISTRICT CLARK COUNTY SCHOOL DISTRICT Innovative Teaching and Learning Unit Technology & Information Systems Services Division Department TABLE OF CONTENTS Active Queries... 3 Running Active Queries... 3 Create

More information

ORGANIZATION OF AMERICAN STATES

ORGANIZATION OF AMERICAN STATES ORGANIZATION OF AMERICAN STATES OASES DESKTOP PROCEDURE PURCHASING MODULE CREATING PURCHASE ORDERS FOR THE SECRETARIAT FOR CONFERENCES AND MEETINGS ( SCM ) JANUARY 2004 Secretariat for Management Department

More information

KGI HK Mobile Trader (AAstocks) - iphone User Manual

KGI HK Mobile Trader (AAstocks) - iphone User Manual KGI HK Mobile Trader (AAstocks) - iphone User Manual Version 1.1 Aug 2012 Contents 1 Login Process...3 2 Trading Platform...6 Home...6 2.1 Quote...7 2.1.1 HK Quote...7 2.1.2 HK Latest Search...8 2.1.3

More information

MINI-EXERCISE. I. Develop your relational model below. College of Business Administration. Page 1. Figure 1: ER diagram for exercise. Title.

MINI-EXERCISE. I. Develop your relational model below. College of Business Administration. Page 1. Figure 1: ER diagram for exercise. Title. Page 1 Exercise 1 Create Tables Suppose you are provided with the following ER diagram. Only the primary keys and the intersection data are shown in the diagram. How could you implement it using Access?

More information

1. Introduction. 2. Getting started. Efficient. Simple

1. Introduction. 2. Getting started. Efficient. Simple Welcome to SIM Simple Inventory Manager is frequently improved and updated. To avoid annoying automatic Web update, it is your responsibility to visit a www.simple-inventory-manager.com and decide to update.

More information

Visual Streamline. Scheduled Orders

Visual Streamline. Scheduled Orders Summary of Scheduled Order Program: Visual Streamline To access Scheduled Order Entry from the main menu, go to the following: Sales Order Processing > Processing > There is a user right required to be

More information

USER MANUAL. MageMob Admin TABLE OF CONTENTS. Version: 1.0.0

USER MANUAL. MageMob Admin TABLE OF CONTENTS. Version: 1.0.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of MageMob Admin... 1 Installation & Activation... 2 Pre-requisite... 2 Installation Steps... 2 Installation via Composer... 4 Extension Activation...

More information

CUSTOMIZE BOM REPORTS FOR CONSISTENT DOCUMENTATION

CUSTOMIZE BOM REPORTS FOR CONSISTENT DOCUMENTATION Upon completion of a design, the project enters the assembly process where the assemblers and/or purchasers rely on trustworthy documentation to provide a list of components, materials, and parts necessary

More information

Power Query for Parsing Data

Power Query for Parsing Data Excel Power Query Power Query for Parsing Data Data Models Screen 1In Excel 2010 and 2013 need to install the Power Query; however, in 2016 is automatically part of the Data Tab ribbon and the commands

More information

Quotations. 3. The quotation will have an automatic number, comprising of the request ID, a hyphen and then the number of the quotation in the list.

Quotations. 3. The quotation will have an automatic number, comprising of the request ID, a hyphen and then the number of the quotation in the list. Quotations If an end-user wishes to purchase something, whether, physical or service, NetHelpDesk has the ability to raise quotations to send to the end-user. Whether they are stand alone, or as part of

More information

Animation: Enter Vouchers by Item or Amount?

Animation: Enter Vouchers by Item or Amount? Creating Manual Vouchers Topic 1 Monday, May 23, 2011 Page 1: Animation: Enter Vouchers by Item or Amount? Teacher Narration: When your company has a non-inventory expense, such as a utility bill, a cleaning

More information

Simple Invoicing Desktop Database with MS Access 2013/2016. David W. Gerbing School of Business Administration Portland State University

Simple Invoicing Desktop Database with MS Access 2013/2016. David W. Gerbing School of Business Administration Portland State University Simple Invoicing Desktop Database with MS Access 2013/2016 David W. Gerbing School of Business Administration Portland State University July 7, 2018 CONTENTS 1 Contents 1 Create a New Database 1 2 Customer

More information

D B M G. SQL language: basics. Managing tables. Creating a table Modifying table structure Deleting a table The data dictionary Data integrity

D B M G. SQL language: basics. Managing tables. Creating a table Modifying table structure Deleting a table The data dictionary Data integrity SQL language: basics Creating a table Modifying table structure Deleting a table The data dictionary Data integrity 2013 Politecnico di Torino 1 Creating a table Creating a table (1/3) The following SQL

More information

Queries with Multiple Criteria (OR)

Queries with Multiple Criteria (OR) Queries with Multiple Criteria (OR) When a query has multiple criteria, logical operators such as AND or OR combine the criteria together. This exercise has two example questions to illustrate, in two

More information

Ariba Network Purchase Order Guide

Ariba Network Purchase Order Guide Ariba Network Purchase Order Guide Content Introduction Purchase Order Management Order Confirmations Ship Notices Ariba Network Support 2 Introduction MetLife e-procurement Process This document contains

More information

PROCESS GUIDE BMW ELEKTRONIC SERVICE HISTORY

PROCESS GUIDE BMW ELEKTRONIC SERVICE HISTORY Electronic Service History, October 2012 PROCESS GUIDE BMW ELEKTRONIC SERVICE HISTORY Content. 1 BMW Electronic Service History 2 Creating a Service History entry 3 Correction and cancelation BMW Electronic

More information

Importing External Stock Data into Counter Intelligence Office 2009

Importing External Stock Data into Counter Intelligence Office 2009 Importing External Stock Data into Counter Intelligence Office 2009 Counter Intelligence Office includes an Import Function that allows Stock / Product Code data from an external data source to be imported

More information

SRM Training Manual Supplier

SRM Training Manual Supplier SRM Training Manual Supplier Create Date: 10/10/2016 REVIEW: 005 Last Modify Date: 11/09/2016 AM/NS Calvert SRM TECHNICAL SUPPORT EMAIL: AMNS_SupplierTechSupport@ArcelorMittal.com PHONE: 866-377-7754 Summary

More information

Page 1 of 7. First tutorial: Second tutorial:

Page 1 of 7. First tutorial: Second tutorial: Page 1 of 7 First tutorial: Go over the requirements for A3 Second tutorial: Resource link (also available on the course web page see lecture topic section) https://support.office.com/en-us/article/design-and-build-tables-for-a-database-

More information

LAWSON PORTAL 9.0 REQUISITION CENTER (RQC): SHOPPING

LAWSON PORTAL 9.0 REQUISITION CENTER (RQC): SHOPPING LAWSON PORTAL 9.0 REQUISITION CENTER (RQC): SHOPPING CONTENTS: I. Logging In Page. 3 to 8 II. Profile Page. 9 to 11 A. Basic & Detail: Page. 9 to 10 B. Header Comments: Page. 11 to 12 III. Find / Shop

More information

Elizabethtown College OFFICE SUPPLIER CONTRACT July

Elizabethtown College OFFICE SUPPLIER CONTRACT July INTRODUCTION... 2 PHILLIPS GUARANTEE... 2 ONLINE ORDERING... 2 RECYCLING EMPTY BOXES... 2 CONTACT INFORMATION... 2 Guernsey Office Supplies - Support Team... 2 Elizabethtown College... 2 LOG IN TO EZ ORDER...

More information

Efasst Negotiation Platform. Quick Start Guide

Efasst Negotiation Platform. Quick Start Guide Efasst Negotiation Platform Quick Start Guide Date of Document Preparation: October 2013 1 Quick Start Guide Structure 1 What is Efasst? 2 What should I know before using Efasst Negotiation Platform? 3

More information

Machine and Contract Setup

Machine and Contract Setup Machine and Contract Setup Updated July 2016 Contents About Machine and Contract Setup...3 Machine Detail...3 Machine Depreciation...4 Creating Database Records...5 Printing the Depreciation Report...5

More information

Inventory Module & Wireless Device. User Quick Start Guide

Inventory Module & Wireless Device. User Quick Start Guide Inventory Module & Wireless Device User Quick Start Guide Published on: 3/14/2007 Copyright and Disclaimer Copyright 2007 Pace Systems Group, Inc., 1902 2 nd Avenue North, Jacksonville Beach, Florida,

More information

Menu Profitbuilder Pro Online. Creating Complex Menu Items. Covered in this tutorial:

Menu Profitbuilder Pro Online. Creating Complex Menu Items. Covered in this tutorial: Menu Profitbuilder Pro Online Creating Complex Menu Items ` Covered in this tutorial: Contents DEFINITION... 3 BEFORE YOU BEGIN...... 3 CREATE A COMPLEX MENU ITEM OVERVIEW... 4 CREATE A COMPLEX MENU ITEM

More information

Innovative Office Solutions Punchout Training Guide Version Number: 16.3 Date: 11/2/2016

Innovative Office Solutions Punchout Training Guide Version Number: 16.3 Date: 11/2/2016 Purchasing South Dakota Board of Regents Human Resources/Finance Information Systems Innovative Office Solutions Punchout Training Guide Version Number: 16.3 Date: 11/2/2016 Page 1 Table of Contents Purchasing

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Sloan School of Management

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Sloan School of Management MASSACHUSETTS INSTITUTE OF TECHNOLOGY Sloan School of Management 15.561 IT Essentials Spring 2005 An Introduction to Microsoft Access * Lecture Script 1. Introduction Open Database: Northwind.mdb Select

More information

CHAPTER 16. More on SQL- Grouping Records and Table Joins

CHAPTER 16. More on SQL- Grouping Records and Table Joins CHAPTER 16 More on SQL- Grouping Records and Table Joins Brief Summary of the Chapter: grouping records table-joining using Group by clause of select statement of SQL Define a Transaction Describe reason

More information

FACTFILE: GCE DIGITAL TECHNOLOGY

FACTFILE: GCE DIGITAL TECHNOLOGY FACTFILE: GCE DIGITAL TECHNOLOGY AS2 DATA AND INFORMATION Data and Information Learning Outcomes Students should be able to: distinguish between data, information and knowledge by using examples; describe

More information

Technical support:

Technical support: Technical support: support@tractiononline.com 1-866-868-4625 1 TRACTIONONLINE.COM offers different features. This guide is divided into 2 sections. SECTION 1: Your first order Place a quick order in your

More information

Menu Profitbuilder Pro Online. Creating Simple Menu Items. Covered in this tutorial:

Menu Profitbuilder Pro Online. Creating Simple Menu Items. Covered in this tutorial: Menu Profitbuilder Pro Online Creating Simple Menu Items ` Covered in this tutorial: Contents DEFINITION... 3 BEFORE YOU BEGIN...... 3 CREATE A SIMPLE MENU ITEM OVERVIEW... 4 CREATE A SIMPLE MENU ITEM

More information

hamster.ca Web Site User Guide 2018 See who we are

hamster.ca Web Site User Guide 2018 See who we are hamster.ca Web Site User Guide 2018 See who we are Table of Contents Table of Contents...2 First Welcome Window...3 Managing sessions...3 Lost your Password?...3 Power Search tools...4 Ink & Toner Reference

More information

Further GroupBy & Extend Operations

Further GroupBy & Extend Operations Slide 1 Further GroupBy & Extend Operations Objectives of the Lecture : To consider whole relation Grouping; To consider the SQL Grouping option Having; To consider the Extend operator & its implementation

More information

University of Rochester Corporate Purchasing. Extended User Training: PO Query and print

University of Rochester Corporate Purchasing. Extended User Training: PO Query and print University of Rochester Corporate Purchasing Extended User Training: PO Query and print Pathways Materials Management 1-1 PMM Desktop To Log In Locate the Pathways Materials Management folder on the Windows

More information

This homework contains 8 pages. Please scroll down to see all of the pages.

This homework contains 8 pages. Please scroll down to see all of the pages. This homework contains 8 pages. Please scroll down to see all of the pages. Homework 10 1. Use pencil and paper, or a computer, to redraw the database. Add a one-to-one relationship that shows: the CS

More information

SAMPLE PAPER Class XII Subject INFORMATICS PRACTICES. TIME: 3Hrs. M.M. 70

SAMPLE PAPER Class XII Subject INFORMATICS PRACTICES. TIME: 3Hrs. M.M. 70 SAMPLE PAPER -2015 Class XII Subject INFORMATICS PRACTICES TIME: 3Hrs. M.M. 70 Q1. (a). Which Protocol is used for transfer of hypertext documents of the Internet? [1] (b). Two doctors in the same room

More information

Release Features CASH v2018.3

Release Features CASH v2018.3 Release Features CASH v2018.3 Document issue history Date Issue 01/10/2018 Draft 1.0 C J M Farrar Page 1 of 16 Table of Contents 1 Global... 3 1.1 CASH Launcher... 3 1.1.1 CF29004920 Changes to the Cashforwindows.exe

More information

Setting up an Invoice System

Setting up an Invoice System Chapter 2 To fully understand the value of relational databases you need to create a detailed system. In this chapter you will setup an invoicing system for a computer mail order company, PC Direct, which

More information

CHEP Portfolio+Plus 1.3. User Guide V March 2010

CHEP Portfolio+Plus 1.3. User Guide V March 2010 CHEP Portfolio+Plus 1.3 User Guide V 1.0 17 March 2010 Table of Contents Chapter 1: Introduction to Portfolio+Plus 1 1.1 Welcome... 2 1.2 Glossary... 3 1.3 Register for Portfolio+Plus... 6 1.4 Getting

More information

Tutorial 1. Creating a Database

Tutorial 1. Creating a Database Tutorial 1 Creating a Database Microsoft Access 2010 Objectives Learn basic database concepts and terms Explore the Microsoft Access window and Backstage view Create a blank database Create and save a

More information

USER GUIDE. June 2012 VERSION 1.0. Supplier Portal. Kimberly-Clark. E-sourcing

USER GUIDE. June 2012 VERSION 1.0. Supplier Portal. Kimberly-Clark. E-sourcing USER GUIDE June 2012 VERSION 1.0 Supplier Portal Kimberly-Clark E-sourcing Copyright 2005, Kimberly-Clark Worldwide, Inc. All rights reserved. This document and its associated training materials are proprietary

More information

Carrefour Belgium e-invoice

Carrefour Belgium e-invoice CertiONE Level 1 - Bizmail Carrefour e-invoice 1 User manual CertiONE Bizmail Carrefour Belgium e-invoice Retail Supplier Community CertiONE Level 1 - Bizmail Carrefour e-invoice 2 Table of contents 1

More information

More on the Chen Notation

More on the Chen Notation More on the Chen Notation Reference: http://www.vertabelo.com/blog/technical-articles/chen-erd-notation Peter Chen, who developed entity-relationship modeling and published his work in 1976, was one of

More information

Exam code: Exam name: Database Fundamentals. Version 16.0

Exam code: Exam name: Database Fundamentals. Version 16.0 98-364 Number: 98-364 Passing Score: 800 Time Limit: 120 min File Version: 16.0 Exam code: 98-364 Exam name: Database Fundamentals Version 16.0 98-364 QUESTION 1 You have a table that contains the following

More information

1. Which of the following will give the same answer irrespective of the NULL values in the specified. a. MIN() b. MAX()

1. Which of the following will give the same answer irrespective of the NULL values in the specified. a. MIN() b. MAX() MULTIPLE CHOICE QUESTIONS EXERCISES 1. Which of the following will give the same answer irrespective of the NULL values in the specified column: a. MIN() b. MAX() c. SUM() d. None of the above 2. An aggregate

More information

Step 1: Create New MYOB Data File & Setup Account List.

Step 1: Create New MYOB Data File & Setup Account List. Step 1: Create New MYOB Data File & Setup Account List. 1. Open MYOB Accounting v15 (click start, click All Programs, Click MYOB Accounting V15, and click +MYOB Accounting v15+) 2. Select and click on

More information

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1 DSWR User Guide In effect from January 29 th,, 2017 BCLDB Direct Sales Web Reporting User Guide Page 1 Contents Introduction... 4 Before You Get Started... 4 Registering for the DSWR Application... 5 Log-in...

More information

Data Warehouse Design. Letizia Tanca Politecnico di Milano (with the kind support of Rosalba Rossato)

Data Warehouse Design. Letizia Tanca Politecnico di Milano (with the kind support of Rosalba Rossato) Data Warehouse Design Letizia Tanca Politecnico di Milano (with the kind support of Rosalba Rossato) Data Warehouse Design User requirements Internal DBs Further info sources Source selection Analysis

More information

CS/INFO 330 Entity-Relationship Modeling. Announcements. Goals of This Lecture. Mirek Riedewald

CS/INFO 330 Entity-Relationship Modeling. Announcements. Goals of This Lecture. Mirek Riedewald CS/INFO 330 Entity-Relationship Modeling Mirek Riedewald mirek@cs.cornell.edu Announcements Office hour update (see class homepage) First homework assignment will be available from CMS later today Some

More information

MYOB Exo CRM. User Guide

MYOB Exo CRM. User Guide MYOB Exo CRM User Guide 2018.1 Table of Contents Outlook Integration... 1 Quick Add Widgets... 2 Licensing... 2 Available Functions... 5 Contacts in Exo Business CRM... 6 Contacts Master... 7 Contacts

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE EXCEL INTERMEDIATE Overview NOTES... 2 OVERVIEW... 3 VIEW THE PROJECT... 5 USING FORMULAS AND FUNCTIONS... 6 BASIC EXCEL REVIEW... 6 FORMULAS... 7 Typing formulas... 7 Clicking to insert cell references...

More information

Er Diagram Exercises. Exercise1. Draw an ER diagram for the following application from the manufacturing industry.

Er Diagram Exercises. Exercise1. Draw an ER diagram for the following application from the manufacturing industry. Er Diagram Exercises Exercise1 Draw an ER diagram for the following application from the manufacturing industry. 1. Each supplier has a unique name, and located in a city. 2. Each part has a unique number.

More information

Purchasing Services. Ministry of Labour and Citizens Services BC Bid System MOT Suppliers Guide. 1) Submitting a Bid. 2) Bidder revises their Bid

Purchasing Services. Ministry of Labour and Citizens Services BC Bid System MOT Suppliers Guide. 1) Submitting a Bid. 2) Bidder revises their Bid Purchasing Services Ministry of Labour and Citizens Services BC Bid System MOT Suppliers Guide This guide has been prepared in support of the MOT Supplier use of BC Bid. 1) Submitting a Bid 2) Bidder revises

More information

MIS 2502 Access 2007 Tutorial

MIS 2502 Access 2007 Tutorial Introduction...1 1. Creating Tables...2 1. Table Relationships...8 2. Queries... 13 4. Parameterized Query... 25 5. Forms... 37 6. Form Controls... 45 7. Sub Forms for 1:M Relationships... 53 8. Sub Forms

More information

ActiveBOM - BOM Components

ActiveBOM - BOM Components ActiveBOM - BOM Components Old Content - visit altium.com/documentation Modified by on 13-Sep-2017 Parent article: ActiveBOM The BOM Components tab is a constituent part of the BOM document (*.BomDoc),

More information

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification.

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification. Appendix 1 Microsoft Office Specialist: Access Certification Introduction The candidates for Microsoft Office Specialist certification should have core-level knowledge of Microsoft Office Access 2010.

More information

SPS Online Store User Tutorial

SPS Online Store User Tutorial SPS Online Store User Tutorial New Improvements 2018 The following improvements were made to the SPS Online Store based on criteria extracted from your feedback and user data. Our goal is to continue to

More information

Table of Contents. Usage of UN Fields in the Purchase Order Form. Job Aid

Table of Contents. Usage of UN Fields in the Purchase Order Form. Job Aid Table of Contents Overview... 2 UMOJA PO Form Output... 2 PO Form Header... 3 H1. Amendment Number... 3 H2. Approval Date... 4 H3. Delivery Address (SHIP TO)... 4 H4. BILL TO Address... 5 H5. Payment Terms...

More information