Creating a Database and a table

Slides:



Advertisements
Similar presentations
BASIC SKILLS AND TOOLS USING ACCESS
Advertisements

Document Properties: adding information to your Microsoft Office documents Step 1: Add information to Document Properties What are Document Properties.
MS-Word XP Lesson 1.
MS Access 2003 Tutorial By: Juan GUANTENG!!! Y7. Step 1 Launch the Microsoft Access 2003 program. This can be done by clicking an icon on the desktop.
Microsoft Office 2007 Access Integration Feature Sharing Data Among Applications.
Access Lesson 2 Creating a Database
Integrating Access with the Web and with Other Programs.
Microsoft Office 2007 Access Integration Feature Sharing Data Among Applications.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
1 Computing for Todays Lecture 17 Yumei Huo Fall 2006.
Creating And Maintaining A Database. 2 Learn the guidelines for designing databases When designing a database, first try to think of all the fields of.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Access Web Feature Sharing Data among Applications.
File Management and Organisation © Copyright William Rowan 2007.
Introduction to Access By Mary Ann Chaney and Alicia Harkleroad.
1 Access Lesson 4 Creating and Modifying Forms Microsoft Office 2010 Introductory.
1 Integrating Microsoft Office 2003 Tutorial 2 – Integrating Word, Excel, and Access.
XP New Perspectives on Integrating Microsoft Office XP Tutorial 2 1 Integrating Microsoft Office XP Tutorial 2 – Integrating Word, Excel, and Access.
Microsoft Access 2000 Presentation 2 Creating Databases Part I (Creating Tables)
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Lesson 1 Introduction.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Key Applications Module Lesson 21 — Access Essentials
Access Manual 2 By Dhawala Kovuri Elham S.Khorasani Ismail Guneydas.
Office Management Tools II Ms Saima Gul. Office Management Tools II Ms Saima Gul.
Creating a backup file Downloading a backup file Uploading a backup file Resetting or restoring your course from a backup file.
Places Bar The Places bar contains shortcuts to five standard folders: History, Desktop, My Documents, My Computer, and My Network Places. (We’re looking.
XP New Perspectives on Integrating Microsoft Office 2003 Tutorial 2 1 Integrating Microsoft Office 2003 Tutorial 2 – Integrating Word, Excel, and Access.
FIRST COURSE Integration Tutorial 2 Integrating Word, Excel, and Access.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTION Lesson 1 – Microsoft Office 2003 Basics and the Internet.
Designing a Relational Database 13.4 Page A database should be created based on a design  Three steps Determine what information should be stored.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 8 1 Microsoft Office Access 2003 Tutorial 8 – Integrating Access with the.
Windows Tutorial 3 Personalizing Your Windows Environment
Access Tutorial 2 Building a Database and Defining Table Relationships
Creating Data Base & Sql Data Source
International Computer Driving Licence Syllabus version 5.0
Navigation and File Management
Performing Basic Calculations
Mail Merge And Macros in MS WORD
Performing Mail Merges
Sharing Data among Applications
Basic parts of Excel Office 2016
Access Lesson 1 Understanding Access Fundamentals
Learning about Taxes with Intuit ProFile
Exporting and Importing
Mail Merge a letter for Integration Office 2016
Access Lesson 2 Creating a Database
File Management File Explorer © EIT, Author Gay Robertson, 2017.
Developing a Worksheet to meet a Brief or Scenario
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Microsoft Office Access 2003
How do I use a worksheet and format a worksheet?
Microsoft Office Access 2003
Learning about Taxes with Intuit ProFile
Excel: Excel Basics Participation Project
Introduction to Database Programs
Chapter 1 Databases and Database Objects: An Introduction
Microsoft Office Access 2003
Creating Data Base & Sql Data Source
Integration - an introduction
Basic parts of Excel Office 2016
What does a spreadsheet look like in Office 2016?
Mail Merge in Word 2016 © EIT, Author Gay Robertson, 2017.
Basic parts of Word 2016 EIT, ©Author Gay Robertson, 2017.
Using Word templates © EIT, Author Gay Robertson, 2017.
Creating a Query to View, Change and Analyse Data
Using templates © EIT, Author Gay Robertson, 2017.
Tutorial 8 Sharing, Integrating, and Analyzing Data
Planning an integrated Document to meet someone’s needs
Macro theory © EIT, Author Gay Robertson, 2019.
Data Base.
Planning a Database © EIT, Author Gay Robertson, 2019.
Presentation transcript:

Creating a Database and a table © EIT, Author Gay Robertson, 2017

First I need to start Access – that’s the program I am going to use to create my database

Open Access To start Access, put the cursor on this icon on your desk top and double click Or click on Start Right click on Choose then click on

The new file task pane will appear

This dialog box will appear Unlike Word documents, Excel worksheets, and Power Point presentations, you must save an Access database before you start working on it. So you need to decide your filename before you begin AND decide which folder to save into

Check that your folder is correct, for example Check that your filename is correct Click on

The database window will appear The database window organises all of the objects in the database Lets look at 3 of the objects Tables Queries Forms And how they look in 2 different views

Table object This view is where you create the table This view is where you look at the data in the table

Query object This view is where you create the query – find everything like Napier and DutyHrs>10 This view is where you look at outcome of the query

Form object This view is where you create the form which is based on the table This view is where you key data into the database

We want to create a table in Design View

A reminder - What is a table? Tables are where data in a database is stored Tables are the core of the database Tables are made up of fields TABLE DESIGN IS VERY IMPORTANT!!

Create your table Choose to create your table in design view This allows you to specify fieldnames This allows you to specify data types This allows you to specify field properties eg size

Design view This is what design view of a table looks like

This is your Plan which looks like Design View You need to have planned your fieldnames and data types A description is optional (whatever description you key, will show on the status bar) Plan: Fieldname ItemNo Item Quantity Price Dept Data type AutoNo Text Number Currency

Completing the table Use the Plan you designed (the list of fieldnames and datatypes required for the database) Add the fields to the table following the instructions in the workbook. If you have the data, you can set the field sizes for the longest piece of data, or you can use average field sizes Right – find the plan!!