Getting Started with Access 2007

Similar documents
Microsoft Office 2010

Objectives. Understand databases Create a database Create a table in Datasheet view Create a table in Design view

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2013

Create a New Database in Access 2010

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2007

Process Document Campus Community: Create Communication Template. Document Generation Date 7/8/2009 Last Changed by Status

Tutorial 3 Maintaining and Querying a Database

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced

Check out our website!

Getting Started with Access 2007

Database Applications Microsoft Access

Use Find & Replace Commands under Home tab to search and replace data.

TAMUS Remote Desktop Setup For BPP SQL & Alva

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 handout

Creating and Formatting Charts in Microsoft Excel

Microsoft. Access HOW TO GET STARTED WITH

Search help. More on Office.com: images templates

Six Steps to Completing a Mail-Merge

Microsoft Office Access 2007 Basics

MICROSOFT ACCESS 2007 BOOK 2

How To Understand The Basic Concepts Of A Database And Data Science

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences

Microsoft Excel 2010 Training. Use Excel tables to manage information

To export data formatted for Avery labels -

Access Tutorial 1 Creating a Database. Microsoft Office 2013 Enhanced

Creating a Database in Access

Mail Merge. Course Description. Objectives: Design a Main Document. Design a Data Source. Directories. Merge the Main Document with the Data

What is a Mail Merge?

for Sage 100 ERP Business Insights Overview Document

Accounts Receivable: Importing Remittance Data

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Microsoft Office Access 2007 which I refer to as Access throughout this book

Creating a Participants Mailing and/or Contact List:

Chapter 5. Microsoft Access

EXCEL Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development

Appendix A How to create a data-sharing lab

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data.

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013)

Access Tutorial 1 Creating a Database

Instructions for applying data validation(s) to data fields in Microsoft Excel

Creating a New Project

Microsoft Access Introduction

Lab 2: MS ACCESS Tables

MICROSOFT ACCESS 2003 TUTORIAL

Quick Start Guide. Microsoft Access 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

How Do I Upload Multiple Trucks?

Microsoft Access 2007 Module 1

Tutorial 3. Maintaining and Querying a Database

Microsoft Office 2010

Moving Data Between Access and Excel

Microsoft Access 2007 Introduction

Access 2007 Creating Forms Table of Contents

MS Excel Template Building and Mapping for Neat 5

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010

Advanced Database Concepts Using Microsoft Access

Word 2010: Mail Merge to with Attachments

MICROSOFT OFFICE ACCESS NEW FEATURES

Excel 2013 What s New. Introduction. Modified Backstage View. Viewing the Backstage. Process Summary Introduction. Modified Backstage View

MS Project Tutorial for Senior Design Using Microsoft Project to manage projects

Creating and Using Databases with Microsoft Access

Database Concepts (3 rd Edition) APPENDIX D Getting Started with Microsoft Access 2007

USING WORDPERFECT'S MERGE TO CREATE MAILING LABELS FROM A QUATTRO PRO SPREADSHEET FILE Click on a Step to move to the next Step

Introduction to Microsoft Access

Microsoft Excel 2013: Using a Data Entry Form

Word 2007: Mail Merge Learning Guide

Task Force on Technology / EXCEL

Microsoft Access Basics

Planning and Creating a Custom Database

2. Unzip the file using a program that supports long filenames, such as WinZip. Do not use DOS.

Pivot Tables & Pivot Charts

Basics. a. Click the arrow to the right of the Options button, and then click Bcc.

1. Linking among several worksheets in the same workbook 2. Linking data from one workbook to another

Microsoft PowerPoint 2008

Creating and Using Forms in SharePoint

MICROSOFT ACCESS TABLES

What is a database? The parts of an Access database

Quick Start Guide. Microsoft Access 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

To determine the fields in a table decide what you need to know about the subject. Here are a few tips:

Microsoft Project 2007 Level 2: Working with Resources and Managing a Project

The first thing to do is choose if you are creating a mail merge for printing or an merge for distribution over .

Microsoft Project 2013

Using Spreadsheets, Selection Sets, and COGO Controls

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Mail Merge Creating Mailing Labels 3/23/2011

How-to Create Advanced Finds & Views in Microsoft Dynamics CRM

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint InfoPath 2013 Web Enabled (Browser) forms

Converting an Excel Spreadsheet Into an Access Database

MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT S

PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH:

Creating Forms With Adobe LiveCycle Designer 8.2

Access II 2007 Workshop

Tips and Tricks for Printing an Excel Spreadsheet

Transcription:

Getting Started with Access 2007 1

A database is an organized collection of information about a subject. Examples of databases include an address book, the telephone book, or a filing cabinet full of documents relating to clients. An Access database is a computer-based equivalent of a manual database. Access makes it easy to organize and update information electronically. 2

Quiz Time! 1. Which of the following is an example of a manual database? A. Address book B. Telephone book C. Filing cabinet D. All of the above 3

This will be blank for you. When you start the program, Access displays the Getting Started with Microsoft Office Access page from which you can open an existing database or start a new one. The Open Recent Database section will be blank for you here at school because of your permission settings. You must click More and use the Open dialog box to locate the file you want. 4

5

Quiz Time! 2. If a database you want to open does not appear in the Getting Started page, click the button to locate the database. A. View B. Open C. Window D. More 6

Quiz Time! 3. The error message that appears when you open a data file in Access is A. Save As B. Save As Read-Only C. Security Warning D. Options Warning 7

You must create a database file, or open an existing one, before you can enter any data or create any objects (such as tables or queries). The database file contains all Access objects, including tables, forms, queries, and reports You can reopen the Getting Started page at any time by clicking the Office button and selecting New. To start a new database, you can choose to create a blank database or create a database based on a template. 8

Quiz Time! 4. You must create a table before you can save your database. True False 9

TABLE: stores database record information; two views=design and Datasheet (which looks like an Excel Spreadsheet) FORM: a window for viewing the data in one or more tables; all information for one record on a single page QUERY: work with a portion of a table by limiting the number of fields and by selecting specific records; they pull answers from a table REPORT: formatted information from a table or query that you can send to a printer; detailed records, calculated values, totals, labels, and charts 10

Quiz Time! 5. The Basic Toolbar shows all of your created database objects. True False 6. Which database object stores all the record information? A. Table B. Form C. Query D. Report 11

All database information is stored in tables. Record: each row of an Access Table; a set of details about a specific item. Field: each column of an Access Table; provide the categories for the details describing each record. Field Name: each column is headed by one. Field Contents: the specific field data within a record. 12

Quiz Time! 7. Fields are the columns in a database. True False 8. Records are the rows in a database. True False 9. All the information about one person is A. a Field B. a Record C. a Field Content D. a Table 13

Datasheet View Design View 14

Field properties are the Characteristics of a field that determine how long an entry can be, how the entry will be formatted, whether there should be a default entry, and what can be entered. To edit an existing table s design, select it from the list of tables in the Navigation Pane and then right click it and choose Design View. You can also open the table in Datasheet view by double-clicking it from the Navigation Pane and then clicking the View button on the Home tab to switch to Design view. In Table Design view, you can edit the name, data type, and field description just as you did when you created the table initially. 15

Data type indicates the kind of data that a particular field is designed to hold. Common types include Text, Number, Date, and Memo. The Data type column tells you what kind of information your field can store. Click the drop-down arrow in this cell to choose from the list of data types. The field description is optional. You can use it to provide comments or hints about the intended use and/or limitations of the field. When a field is selected, its properties appear in the lower half of the Table Design view window. Field properties specify advanced options for the field. 16

Quiz Time! 10. You use the design view of the table to edit your fields. True False 11. The field description is optional. True False 17

When a table is printed, the table name automatically prints at the top of the table. So, name or rename every table to include your name. This ensures that your name is on every printout. 18

Quiz Time! 12. Include your name as part of the table name, so that your name prints on the table. True False 13. Every database has a unique name and every database object must also have a unique name. True False 19