Queries give database managers its real power. Their most common function is to filter and consolidate data from tables to retrieve it.

Similar documents
DiskSavvy Disk Space Analyzer. DiskSavvy DISK SPACE ANALYZER. User Manual. Version Dec Flexense Ltd.

GO! with Microsoft Access 2016 Comprehensive

ITEM ToolKit Technical Support Notes

Group Administrator. ebills csv file formatting by class level. User Guide

Report Viewer Report Manager Designer Connector

Microsoft Access 2010

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

Export Order/List/Items to Spreadsheet (CSV format)

About using Microsoft Query to retrieve external data

Formatting Spreadsheets in Microsoft Excel

Exploring the Microsoft Access User Interface and Exploring Navicat and Sequel Pro, and refer to chapter 5 of The Data Journalist.

Creating and Running a Report

DupScout DUPLICATE FILES FINDER

File Transfers. 1 Transfer of File

Code Finix Label Designer V 1.0 User Guide

Tutorial 8 Sharing, Integrating and Analyzing Data

Importing to WIRED Contact From a Database File. Reference Guide

WIRELESS DATABASE VIEWER PLUS FOR POCKET PC PHONE: USER GUIDE PRODUCT VERSION: 1.5

Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet

Office Applications II Lesson Objectives

HOW TO USE THE EXPORT FEATURE IN LCL

Copy Data From One Schema To Another In Sql Developer

Cyrious Control: Listen 360 Manual Export

Session V-STON Stonefield Query: The Next Generation of Reporting

MS Excel Advanced Level

Database Vs. Data Warehouse

DATABASE VIEWER PLUS FOR IPAD: USER GUIDE PRODUCT VERSION: 4.1

Microsoft Access Illustrated. Unit B: Building and Using Queries

Cheltenham Courseware Microsoft Excel 2003 Manual - Advanced Level

More Skills 11 Export Queries to Other File Formats

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key

Connecting Databases to Apps

3/31/2016. Spreadsheets. Spreadsheets. Spreadsheets and Data Management. Unit 3. Can be used to automatically

SyncFirst Standard. Quick Start Guide User Guide Step-By-Step Guide

Relationship Estimator

Activant FASPAC. FasData Exchange

How-to No 1 Quality Assurance for Output Management

Directory List & Print Pro by Infonautics GmbH, Switzerland

Beginning Tutorials. BT004 Enterprise Guide Version 2.0 NESUG 2003 James Blaha, Pace University, Briarcliff Manor, NY ABSTRACT: INTRODUCTION:

Name: Class: Date: Access Module 2

Recipe Costing: How To Import Your Supplier's Price Data - 1

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR

Quick Reference Card Business Objects Toolbar Design Mode

Table of Contents DATA MANAGEMENT TOOLS 4. IMPORT WIZARD 6 Setting Import File Format (Step 1) 7 Setting Source File Name (Step 2) 8

BASIC EXCEL SYLLABUS Section 1: Getting Started Section 2: Working with Worksheet Section 3: Administration Section 4: Data Handling & Manipulation

Themes & Templates Applying a theme Customizing a theme Creatingfilefromtemplate Creating yourowncustomize Template Using templates Editing templates

Chapter 2 Autodesk Asset Locator... 3

Discovering a Process Flow in Priority ERP

Choosing the Right BarTender Edition

DOWNLOAD PDF USING VBA TO MOVE DATA BETWEEN EXCEL AND ACCESS

AVANTUS TRAINING PTE LTD

Interfacing with MS Office Conference 2017

CSC203. Mbwana Alliy Product Manager- Office Managed Business Microsoft Corporation

Topic 4D: Import and Export Contacts

1. Introduction to Microsoft Excel

Exploring Microsoft Office Excel 2007


Overview Using TG Scan Answer Sheet FAQ Support

CSK - CAD Systeme Kluwetasch. MRP-Link Internal Communication with CADSTAR

Database Design Practice Test JPSFBLA

Premier ebill Enhancements

JARGON FREE TRAINING. MS Access A Jargon Free Guide. Paul Barnett 7/31/2010. For complete, no nonsense training visit

What is a database? Lesson - 1

Oracle Import Xml Schema To Excel 2007 >>>CLICK HERE<<<

Rapidflows Integration with External Systems Whitepaper (English) Version 2.02/18/Feb

Advanced Excel Charts : Tables : Pivots

Manually Create A Csv File From Excel 2010 Vba

Phone: Fax: Directions for setting up MARCO Insert Item #A-6LI 3 H x 4 W

SQLite vs. MongoDB for Big Data

6. In the last Import Wizard dialog box, click Finish. Saving Excel Data in CSV File Format

Microsoft Certified Application Specialist Exam Objectives Map

9. Introduction to MS Access

Microsoft Access. Note: This slideshow is a continuation of the previous slideshow.

Human Resource Management System User Guide

Acknowledgments...iii

Choosing the Right BarTender Edition

HOW TO EXPORT BUYER NAMES & ADDRESSES FROM PAYPAL TO A CSV FILE

Instruction How To Use Excel 2007 Pivot Table Example Data Source

More Skills 12 Create Web Queries and Clear Hyperlinks

Shelly Cashman Series Microsoft Office 365 and Access 2016 Introductory 1st Edition Pratt TEST BANK

INFORMATION SEARCH POWERING SUCCESSFUL PRACTICES TM VETERINARY SOLUTIONS

JOB AID Searching for Information in KC

Planogram Compliance Checks. This document will show you, step-by-step, how to setup retail planogram compliance checks on VisitBasis.

Using Microsoft Excel to View the UCMDB Class Model

Englische Access 2016-Trainingsskripte für IT Seminare und EDV Schulungen als Word-Dokument zum Ausdrucken und fürs Intranet

CHAPTER 6 SUMMARY. Objective 1: Identify Good Database Design

Using vletter Handwriting Software with Mail Merge in Word 2007

Data. Notes. are required reading for the week. textbook reading and a few slides on data formats and data cleaning

WIRELESS DATABASE VIEWER PLUS FOR IPHONE: USER GUIDE PRODUCT VERSION: 1.0

Microsoft Access 2010

Adobe Acrobat 8 Professional Forms

DTM ODBC manager. See also: 32 and 64 bit versions. Copyright DTM soft.

Quick Reference: Returned Funds Report. Returned Funds Report Overview. Running a Returned Funds Report

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center

GoLabel PDF On-line Help

Manual for CKForms component Release 1.3.1

Google Fusion Tables Tutorial: Displaying Facilities in Discharge Monitoring Reports (DMR)

Application Architecture

DIMEX Data Import/Export

Informix Excel Reports Technical Guide

Transcription:

1

2

Queries give database managers its real power. Their most common function is to filter and consolidate data from tables to retrieve it. The data you want to see is usually spread across several tables and you usually don't want to see all the records at once. Queries get data from different tables, let you add criteria to "filter" it and present the filtered result in a single table. Queries often serve as the record source for forms and reports. Certain queries are "updateable," meaning you can edit the data in the underlying tables via the query datasheet. Queries come in two basic varieties: select queries and action queries. A select query simply retrieves the data and makes it available for use. You can view the results of the query on the screen, print it out, or copy it to the clipboard. Or, you can use the output of the query as the record source for a form or report. An action query, as the name implies, performs a task with the data. Action queries can be used to create new tables, add data to existing tables, update data, or delete data. In most modern database packages you have a graphical tool to make queries, but you can also use a specific language to make them. What the graphical tool does is let you select the tables, fields, relationships and filters and translate it into the query language. 3

Forms are the "data entry screens." They are the interfaces you use to work with your data, and they often contain command buttons that perform various commands. You can create a database without using forms by simply editing your data in the table datasheets. However, most database users prefer to use forms for viewing, entering, and editing data in the tables. Forms provide an easy-to-use format for working with the data, and you can also add functional elements, such as command buttons, to them. You can program the buttons to determine which data appears on the form, open other forms or reports, or perform a variety of other tasks. For example, you might have a form named "Customer Form" in which you work with customer data. The customer form might have a button which opens an order form where you can enter a new order for that customer. Forms also allow you to control how other users interact with the data in the database. For example, you can create a form that shows only certain fields and allows only certain operations to be performed. This helps protect data and ensures that the data is entered properly. 4

Reports are used to summarize and present data in the tables and have options to present the information in the most readable way possible. You can run a report at any time and get the state of the current data in the database. The usual option is to format Reports to be printed out, but they can also be viewed on the screen, exported to another program, or sent as e-mail message. 5

Macros are a simplified programming language which you can use to add functionality to your database. For example, using events associated to controls, you can link a macro to a command button on a form so that the macro runs whenever the button is clicked. Macros perform tasks, such as opening a form, running a query, or closing the database. Most database operations that you do manually can be automated by using macros, so they can be great time-saving devices. In most database packages you can also create more complex programs in a standard programming language to add functionality to your database. These programs are called Modules and can be attached to a specific Report or Form or contain general procedures 6

The different elements of a Form or a Report are called Controls. The Heading of a form, the text label of a field or the text box used to enter the value of a field are all Controls. Forms, Reports and Controls are objects within the database manager package and have properties (width, height, background color, type of content allowed if it is an input control, font type and size, etc..) that can be accessed or modified, either with a graphical interface when configuring forms and reports, or with macros or modules. These objects also have predefined events (for example when someone clicks, when they receive o lose the focus from the app, when the content is modified) that can be assigned to macros or modules to perform complex tasks. 7

You can use a database manager package with its own integrated database or connect it to an external source of data. This external source can be an Excel spreadsheet, another database package or a central database using the client-server model. If you want to use a central database you have to use special drivers that let your package access them. There are drivers for every type of big database such as Oracle, SQL Server or MySQL. In Windows there is a standard system to access these drivers called ODBC. You can also import external data into the database from a spreadsheet, a formatted text file or another source. A typical format for importing and exporting data into text files is called csv (Comma Separated Values). If you link the external data, it stays in its original place and if any change is made the original data is updated. If you import the data into the local database a copy of the data is made and changes take place in this local copy. 8

All of this makes database management packages very powerful and flexible tools that you can use to build personalized applications to fulfill very specific data processing needs. 9

10