Databases with Microsoft Access. Using Access to create Databases Jan-Feb 2003



Similar documents
If the database that is required is similar to a template then whole database can be generated by using a template that already exists.

Using Microsoft Access Databases

MS Access: Advanced Tables and Queries. Lesson Notes Author: Pamela Schmidt

MS ACCESS DATABASE DATA TYPES

MS Access Lab 2. Topic: Tables

Field Name Data Type Description Field Size Format

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior.

Microsoft Access Basics

Field Properties Quick Reference

Creating a Database in Access

Microsoft Access 2003 Module 1

Utility Software II lab 1 Jacek Wiślicki, jacenty@kis.p.lodz.pl original material by Hubert Kołodziejski

Databases and Microsoft Access II

Introduction to Microsoft Access 2010

Chapter 5. Microsoft Access

Introduction to Microsoft Access 2013

Microsoft Access 2007 Module 1

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

NATIONAL INSTITUTE OF HOTEL MANAGEMENT, KOLKATA

4. The Third Stage In Designing A Database Is When We Analyze Our Tables More Closely And Create A Between Tables

Microsoft. Access HOW TO GET STARTED WITH

Customized Reports using Microsoft Access 2010

Microsoft Access Glossary of Terms

Microsoft Access 2010

Microsoft Access 2010 Part 1: Introduction to Access

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

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008

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

What is a database? The parts of an Access database

Lab Manual. Databases. Microsoft Access. Peeking into Computer Science Access Lab manual

Database Database Management System (DBMS)

Microsoft Access 2010 Tables & Field Properties

Access Creating Databases - Fundamentals

Microsoft Access XP Session 1 Week 8

How To Create A Database For Employee Records In A Club Account In A Computer System In A Cell Phone Or Cell Phone With A Cell Computer (For A Cell)

Exploring Microsoft Office Access Chapter 2: Relational Databases and Multi-Table Queries

IN THIS PROJECT, YOU LEARN HOW TO

Data Warehousing With Microsoft Access

Access I Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise

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

User Services. Microsoft Access 2003 II. Use the new Microsoft

MICROSOFT OFFICE ACCESS LEVEL 2

- Suresh Khanal. Microsoft Excel Short Questions and Answers 1

Introduction to Microsoft Office Access 2010

Access Part 2 - Design

Creating a Database using Access 2007

ACCESS Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818)

LSP 121. LSP 121 Math and Tech Literacy II. Simple Databases. Today s Topics. Database Class Schedule. Simple Databases

How to set up a database in Microsoft Access

Creating a New MS-Access Database

The column containing phone numbers is a field

EUROPEAN COMPUTER DRIVING LICENCE. Module AM5, Database, Advanced-Level

Microsoft Access 2010 Basics & Database Fundamentals

Using Microsoft Access

Information Technology Services Kennesaw State University

Microsoft Access 2007 Introduction

Microsot Access. mcqsets.com mcqsets.com MCQ Question mcqsets.com Bank mcqsets.com. mcqsets.com mcqsets.com 1/21/2014 mcqsets.com mcqsets.

Introduction to Access 2013

MICROSOFT OFFICE ACCESS LEVEL 1

Microsoft Access Part I (Database Design Basics) ShortCourse Handout

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

MICROSOFT ACCESS A. CREATING A DATABASE B. CREATING TABLES IN A DATABASE

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports

Access NAMES Computerized Database

Creating and Using Databases with Microsoft Access

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

MICROSOFT ACCESS 2007 BOOK 2

Access Database Design

Microsoft Access 2010: Basics & Database Fundamentals

Getting Started With Microsoft Access

GCSE Database Projects in Access

Course Title: Microsoft Access Basic Duration: 12 hours

Introduction to Microsoft Access 2007

Access 2010 Intermediate Skills

Getting Started with Access 2007

IENG2004 Industrial Database and Systems Design. Microsoft Access I. What is Microsoft Access? Architecture of Microsoft Access

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

Creating an Address Book Database

Access Queries (Office 2003)

INTRODUCTION TO MICROSOFT ACCESS MINIMAL MANUAL

Introduction to. Microsoft Access Practicals

Simple Invoicing Desktop Database with MS Access c 2015 by David W. Gerbing School of Business Administration Portland State University

Steps to Create a Database

Physical Design. Meeting the needs of the users is the gold standard against which we measure our success in creating a database.

A Basic introduction to Microsoft Access

Creating and Using Forms in SharePoint

MS Access. Microsoft Access is a relational database management system for windows. Using this package, following tasks can be performed.

Working with Access Tables A Continuation

Setting up a basic database in Access 2007

Access 2010: Creating Queries Table of Contents INTRODUCTION TO QUERIES... 2 QUERY JOINS... 2 INNER JOINS... 3 OUTER JOINS...

Microsoft Access Introduction

Learning Services IT Guide. Access 2013

3 Data Properties and Validation Rules

Microsoft Office 2010: Access 2010, Excel 2010, Lync 2010 learning assets

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009

Transcription:

Databases with Microsoft Access Using Access to create Databases Jan-Feb 2003

What is a Database? An Organized collection of information about a subject. Examples: Address Book Telephone Book Filing Cabinet full of documents Pre-existing existing forms (hard copy) Employee information cards

What is Access? A database management system allowing users to input, edit, and verify data. It is a part of the Office 2000 suite Icon is a purple key

What makes up a Database? Records or Record Set A set of details about a specific item. Example Name Address Phone Number

What makes up a Record? Fields Provide the categories for the details describing each record. Fields are defined by data types The specific field data within a record is the field contents

In a Nutshell Database = collection of information Database is made up of records Records are made up of fields Fields are defined with data types that become field contents.

The Database Window Table Form Query Report Macro (not covered in this class) Module (not covered in this class) Page (if time and pertinent)

Tables All Access database information is stored in tables. Each row of an Access Table is a record Each column of an Access Table is a field Each column is headed by a field name The field contents is the specific field data within a record

Form A window for viewing the data in one or more tables. Makes it easy to view, input, and edit data on a single page. Another way to have users input data. The other way is the datasheet view.

Query A way to ask questions of the data Allows you to see or work with a portion of a table by limiting the number of fields and by selecting specific records. A way to filter information

Report Formatted information from a table or query that you can send to a printer. You can create labels via the Report Object.

Page Allows you to create Web-based based forms that allow users to input and read data from your database.

Field Data Types Text Memo Number Date/Time Currency AutoNumber Yes/No OLE Object Hyperlink Lookup Wizard

Text Text or combinations of text and numbers, such as addresses. Also numbers that do not require calculations, such as phone numbers, part numbers, or postal codes Size of field = up to 255 characters

Memo Lengthy text and numbers, such as notes or descriptions Size = up to 64,000 characters

Number Numeric data to be used for mathematical calculations, except calculations involving money. Size = 1,2,4, or 8 bytes

Date/Time Dates and Time Size = 8bytes

Currency Currency values. Use the Currency data type to prevent rounding off during calculations. Accurate to 15 digits to the left of the decimal point and 4 digits to the right. Size = 8 bytes

AutoNumber Unique sequential (incrementing by 1) or random numbers automatically inserted when a record is added. Size = 4 bytes

Yes/No Fields that will contain only one of two values, such as Yes/No, True/False, On/Off. Size = 1 bit

OLE Object Objects (such as Microsoft Word documents, Excel spreadsheets, pictures, sounds, or other binary data), created in other programs using the OLE protocol, that can be linked to or embedded in an Access table Size = up to 1 gigabyte (limited by disk space)

Hyperlink Field that will store hyperlinks. A hyperlink can be a UNC path or a URL. Size = up to 64,000 characters.

Lookup Wizard Creates a field that allows you to choose a value from another table or from a list of values using a combo box. Choosing this option in the data type list starts a wizard to define this for you. Size = typically 4 bytes

Primary Key The power of a relational database system such as Microsoft Access comes from its ability to quickly find and bring together information stored in separate tables using queries, forms, and reports. In order to do this, each table should include a field or set of fields that uniquely identifies each record stored in the table. This information is called the primary key of the table. Once you designate a primary key for a table, to ensure uniqueness, Microsoft Access will prevent any duplicate or Null values from being entered in the primary key fields.

So should I set a Primary Key? I would just to be safe. It creates an AutoNumber field automatically You might relate tables together in the future.

Input Mask This controls how the data is entered into a field in a table or a form. Common Input Masks are Social Security Number, Date/Time, Phone number, Zip code, Extension, Password. You can create your own Input Mask