HANDS-ON TUTORIAL 1 By ARLENE N. BARATANG.

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Benchmark Series Microsoft Access 2010 Level 1
Access Lesson 2 Creating a Database
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Creating a Blank Database 1. Open up Microsoft Access 2. Click on Blank document button 3. On the right panel, Specify the location for saving your database.
COMPREHENSIVE Access Tutorial 2 Building a Database and Defining Table Relationships.
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
Microsoft Access 2000 Creating Tables and Relationships.
INF1050- Databases In this module you will use Microsoft Access to create digital databases.
Access Lesson 2 Creating a Database
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 4 – Creating New.
CITY UNIVERSITY / Vysoká Škola Manažmentu.:IS Information Systems :. © Martina Cesalova, 2005 MS ACCESS 1 Start Microsoft Access – New - Blank Database.
® Microsoft Office 2010 Access Tutorial 2 Building a Database and Defining Table Relationships.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
This is the first screen you will encounter. Select Blank Database.
COMPREHENSIVE Access Tutorial 12 Managing and Securing a Database.
XP Chapter 2 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Building The Database Chapter 2 “It is only the farmer.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
INTRODUCTION TO DATABASE USING MICROSOFT ACCESS 2013 Part 5.2 November 16, 2014.
CSCI-235 Micro-Computers in Science Microsoft Access 2002 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
Designing a Relational Database 13.4 Page A database should be created based on a design  Three steps Determine what information should be stored.
Modify Tables and FieldsModify Tables and Fields Lesson 4 © 2014, John Wiley & Sons, Inc.Microsoft Official Academic Course, Microsoft Word Microsoft.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
Computer Science & Engineering 2111 Database Objects 1 CSE 2111 Introduction to Database Management Systems.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Access Project 1 Creating and Using a Database.
Microsoft Access 2016 Design and Create Tables to Store Data
Access Tutorial 2 Building a Database and Defining Table Relationships
Tutorial 1 Creating a Database
Using MS Access for SQL CIS 523 Fall 2009 McCoey.
Access Tutorial 1 Creating a Database
Tutorial 8 Managing and Securing a Database
Analyzing Data Using Access
and Defining Table Relationships
Objectives Create an action query to create a table
Click on the button Start.
Microsoft Access 2013 Design and Create Tables to Store Data
Mail Merge And Macros in MS WORD
Access Creating a Database
Creating and Using a Database
Chapter 4 MS ACCESS DATABASE.
Enhancing Forms with OLE Fields, Hyperlinks, and Subforms
Access Creating a Database
Data Types and Field Properties
Design and Create Tables to Store Data Chapter 2
Access Tutorial 1 Creating a Database
HANDS-ON TUTORIAL 2 By ARLENE N. BARATANG.
Access Lesson 2 Creating a Database
Microsoft Office Access 2003
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Access Tutorial 1 Creating a Database
Data Types and Field Properties
Lecture 1 Lecturer: awdang aziz MS access
Microsoft Office Access 2003
Access Tutorial 2 Building a Database and Defining Table Relationships
How to Create a Microsoft Access 2007 Database
Defining the Fields in a Table
Access Tutorial 2 Building a Database and Defining Table Relationships
Access Tutorial 1 Creating a Database
Access Tutorial 4 Creating Forms and Reports
Exploring Microsoft Access 2003
Access Tutorial 1 Creating a Database
Grauer and Barber Series Microsoft Access Chapter Two
Analyzing Data Using Access
Introduction to MS ACCESS
Chapter 2 Design Table and Form.
Unit J: Creating a Database
Chapter 2 Design Table and Form.
Tutorial 12 Managing and Securing a Database
Presentation transcript:

HANDS-ON TUTORIAL 1 By ARLENE N. BARATANG

1. From START menu select MS Office then click Microsoft Access 2010.

2. Select BLANK Database 3 2 3-b

3. Click then select Design View. 4 Type table name. Example: PatientRecord_tbl Then click OK. 5

4. Type the following fields, data type and decsription for each field. 6

5. Assign a Primary Key on Design View. Select the Field. 7 Right-click and select Primary Key option. 8

6. Inserting GENDER between MiddleInitial and Age. Right-click on Age then select Insert Row. Then type in Gender. Data Type: Text. Description: Patient’s gender 9 10

7. On DESIGN VIEW, click the PatientNumber field then set the field properties as follows: Click this button to select your option. On the Input Mask, type: PN-999

8. Set the properties of other fields as follow: LAST NAME Field Size: 50 Caption: LAST NAME Required: Yes Text Align: Left FIRST NAME Caption: FIRST NAME MIDDLE INITIAL Field Size: 5 Caption: M.I. Required: Yes Text Align: Left GENDER Field Size: 7 Caption: GENDER

Set field properties for the ff.: (cont.) AGE Field Size: Integer Caption: AGE Required: Yes Text Align: Right ADDRESS Field Size: 80 Caption: HOME ADDRESS Text Align: Left BIRTHDAY Format: Short Date Caption: DATE OF BIRTH Required: Yes Text Align: General Then SAVE your Field settings.

9. Click the VIEW button then select Datasheet View 9. Click the VIEW button then select Datasheet View. Enter 10 records then save. Display output after entering sample records.