Accsess 2013 Creating Database.

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

1 After completing this lesson, you will be able to: Create a database. Create a table using the Table Wizard. Create and modify a table in Design view.
INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics
MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Jeopardy Objects Navigation Buttons True/False Parts of a Report Vocabulary Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final.
Microsoft Office 2010 Access Chapter 1 Creating and Using a Database.
Access Tutorial 1 Creating a Database
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
1 Access Lesson 1 Microsoft Access Basics Microsoft Office 2010 Introductory Pasewark & Pasewark.
Advanced Tables Lesson 9. Objectives Creating a Custom Table When a table template doesn’t suit your needs, you can create a custom table in Design view.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
1 Access Lesson 1 Microsoft Access Basics Microsoft Office 2010 Introductory.
Introducing Access Lesson 1. Objectives Start Access and explore the Database window Explore database objects Enter, edit, and delete records in a datasheet.
Microsoft Access Get a green book. Page AC 2 Define Access Define database.
Microsoft Access Data Base Application. A Few Terms Database – A collection of related information. Database – A collection of related information. Field.
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
Microsoft Office Access 2003 Số tiết: 30 tiết lý thuyết 60 tiết thực hành Giáo viên: Từ thị Xuân Hiền.
Created by: Tanya Morgan.  Access is the database software of the Microsoft Office suite.  A database is a collection of objects that work together.
Microsoft Access Lesson 1 Lexington Technology Center February 11, 2003 Bob Herring On the Web at
Management Information Systems MS Access MS Access is an application software that facilitates us to create Database Management Systems (DBMS)
1 By: Nour Hilal. Microsoft Access is a database software where data is stored in one or more Tables. A Database is a group of related Tables. Access.
Microsoft Access You will need a pen/pencil.. What is Microsoft Access? Access is a database management system.  Create a database, add/change delete.
Key Applications Module Lesson 21 — Access Essentials
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
SESSION 3.1 This section covers using the query window in design view to create a query and sorting & filtering data while in a datasheet view. Microsoft.
Database Applications – Microsoft Access Lesson 1 Introduction 26 Slides in Presentation Updated 8/12.
® Microsoft Office 2013 Access Creating a Database.
With Microsoft Office 2007 Introductory© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Introductory.
There are seven main components of a database in Access 2000: Tables. Use tables to store database information. Forms Use forms to enter or edit the information.
Microsoft Access. Microsoft access is a database programs that allows you to store retrieve, analyze and print information. Companies use databases for.
Lesson 01: Introduction to Database Software. At the end of this lesson, students should be able to: State the usage of database software. Start a database.
Planning & Creating a Database By Ms. Naira Microsoft Access.
Chapter 3 Automating Your Work. It is frustrating when you have to type the same passage of text repeatedly. For example your name and address. Word includes.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Key Applications Module Lesson 22 — Managing and Reporting Database Information Computer Literacy BASICS.
COMPUTER SKILLS MS-ACCESS. Introduction Access is a piece of software known as a database management system. At its most basic level, it can be used to.
Databases Databases Using Microsoft Access 2003 Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft Windows.
Microsoft Access 2013 ®® Case Study Creating a Database.
Access Tutorial 2 Building a Database and Defining Table Relationships
Tutorial 1 Creating a Database
Access Tutorial 1 Creating a Database
End of Access Exam Review.
Building a User Interface with Forms
Access Creating a Database
Creating and Using a Database
Access Creating a Database
Access Maintaining and Querying a Database
CIS 155 INTRODUCTION TO ACCESS 2002
Introduction to Ms-Access Submitted By- Navjot Kaur Mahi
Access Tutorial 1 Creating a Database
Case Study Creating a Database
Database Applications – Microsoft Access
Access Lesson 2 Creating a Database
Microsoft Official Academic Course, Access 2016
Access Tutorial 2 Building a Database and Defining Table Relationships
Access Tutorial 2 Building a Database and Defining Table Relationships
Displaying and Editing Data
King Saud University College of Business Administration Management Information Systems MS ACCESS.
Access Tutorial 1 Creating a Database
Guidelines for Microsoft® Office 2013
Access Tutorial 1 Creating a Database
Grauer and Barber Series Microsoft Access Chapter One
Unit J: Creating a Database
Access Lesson 1 Microsoft Access Basics
Presentation transcript:

Accsess 2013 Creating Database

1. Objects In Access, every database is stored in a single file. That file contains six different types of database objects, which are the components of a database. Tables store information. Tables are the heart of any database, and you can create as many tables as you need to store different types of information. Queries let you quickly perform an action on a table. Usually, this action involves retrieving a choice bit of information. Forms are attractive windows that you create, arrange, and colorize. Forms provide an easy way to view or change the information in a table. Reports help you print some or all of the information in a table. You can choose where the information appears on the printed page, how it’s grouped and sorted, and how it’s formatted. Macros are mini-programs that automate custom tasks. Macros are a simple way to get custom results without becoming a programmer. Modules are files that contain Visual Basic code. You can use this code to do just about anything— from updating 10,000 records to firing off an email.

2. Starting Database Start Access. Click the “Blank desktop database” template. When you choose to create a blank database, that’s exactly what you get—a new, empty database file with no tables or other database objects. Type a file name for the database you’re about to create. Access stores all the information for a database in a single file with the extension .accdb (which stands for “Access database”). Choose the folder where you want to store your database. Click the Create button

3. Building a Table

a/ Basic Rules A table is a group of records. A record is a collection of information about a single thing. Each record is subdivided into fields. Each field stores a distinct piece of information. Tables have a rigid structure. In other words, you can’t bend the rules. If you create four fields, every record must have four fields (although it’s acceptable to leave some fields blank if they don’t apply). Newly created tables get an ID field for free. The ID field stores a unique number for each record.

b/ Table Views Design view lets you precisely define all aspects of a table before you start using it. Datasheet view is where you enter data into a table. Datasheet view also lets you build a table on the fly as you insert new information.

c/ Creating Table in Datasheet view To define your table, simply add your first record. (Press Tab to move to the next field) To fix your column names - double-click the first column title, type a new name and then press Enter. Press Ctrl+S or choose File→Save to save your table.

d/ Editing a Table You can perform three basic tasks: Editing a record. Move to the appropriate spot in the datasheet (using the arrow keys or the mouse), and then type in a replacement value. Inserting a new record. Move down to the bottom of the table to the row that has an asterisk (*) on the left. This row doesn’t actually exist until you start typing some information. At that point, Access creates the row and moves the asterisk down to the next row. You can repeat this process endlessly to add as many rows as you want (Access can handle millions). Deleting a record. You have several ways to remove a record, but the easiest is to right-click the margin immediately to the left of the record, and then choose Delete Record. Access asks you to confirm that you really want to remove the selected record, because you can’t reverse the change later on.

4. Operating with Tables