Introduction to Ms-Access Submitted By- Navjot Kaur Mahi

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

INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics
Access 2007 ® Use Databases How can Microsoft Access 2007 help you to get and stay organized?
Creating Custom Forms. 2 Design and create a custom form You can create a custom form by modifying an existing form or creating a new form. Either way,
Access Tutorial 1 Creating a 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 2007 Microsoft Access 2007 Introduction to Database Programs.
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.
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
Microsoft Access Lesson 1 Lexington Technology Center February 11, 2003 Bob Herring On the Web at
Key Applications Module Lesson 21 — Access Essentials
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
® Microsoft Office 2013 Access Creating a Database.
1/62 Introduction to and Using MS Access Database Management and Analysis Yunho Song.
1 MIS309 Database Systems Introduction to Microsoft Access.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 2 ® Building Queries.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 6 1 Microsoft Office Access 2003 Tutorial 6 – Creating Custom Forms.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
Microsoft Access 2003 Tutorial By: Juan Y7. What is Microsoft Office Access? Microsoft Access, also known as Microsoft Office Access, is a database management.
Microsoft Access 2013 ®® Case Study Creating a Database.
Access Tutorial 2 Building a Database and Defining Table Relationships
Tutorial 1 Creating a Database
IST 220 – Intro to Databases
GO! with Microsoft Office 2016
Microsoft Access 2013 Bobby Wan.
Access Tutorial 1 Creating a Database
DATABASE CONCEPTS A database is a collection of logically related data designed to meet the information needs of one or more users Data bases are store-houses.
Introduction to Microsoft Access
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Accsess 2013 Creating Database.
GO! with Microsoft Access 2016
Access Creating a Database
Creating and Using a Database
Access Creating a Database
Access Maintaining and Querying a Database
Access Tutorial 4 Creating Forms and Reports
Access Lesson 1 Understanding Access Fundamentals
Microsoft Office Access 2003
Tutorial 1 – Introduction To Microsoft Access 2003
Access Tutorial 1 Creating a Database
Case Study Creating a Database
MODULE 7 Microsoft Access 2010
Creating and Modifying Queries
Microsoft Office Access 2003
Database Applications – Microsoft Access
Tutorial 1 – Introduction To Microsoft Access 2003
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Microsoft Office Access 2003
Microsoft Office Access 2003
Introduction to Database Programs
Chapter 1 Databases and Database Objects: An Introduction
Access Tutorial 2 Building a Database and Defining Table Relationships
Access Tutorial 2 Building a Database and Defining Table Relationships
Introduction to Access
Access Tutorial 1 Creating a Database
Access Tutorial 4 Creating Forms and Reports
Introduction to Database Programs
Guidelines for Microsoft® Office 2013
Access Tutorial 1 Creating a Database
Unit J: Creating a Database
Tutorial 8 Sharing, Integrating, and Analyzing Data
Tutorial 12 Managing and Securing a Database
Access Lesson 1 Microsoft Access Basics
Presentation transcript:

Introduction to Ms-Access Submitted By- Navjot Kaur Mahi, Class- BCA-4, Roll No

Ms-Access Definition MS Access is defined as a database computer program by Microsoft used to organize and use information for home or business. An example of MS Access is a program for keeping detailed notes about all your business contacts.

Introduction Microsoft Access is a Relational Database Management System (RDBMS) designed primarily for home or small usage. Access is Known as a Desktop database system because it’s functions are intended to be run from a single computer. This is in contrast to a server database application (such as SQL server),where it is intended to be installed on a server then accessed remotely from multiple client machines.

FEATURES OF MS-ACCESS 1. Ideal for individual users and smaller teams. 2. Easier than client-server database to understand and use. 3. Import and export to other Microsoft Office and other applications. 4. Ready templates for regular users to create and publish data. 5. Allows building and publishing Web databases effortlessly. 6. A user friendly feature ‘Tell Me’ for assistance. 7. Allows developers to create custom solutions using VBA code. 8. Hide/Show option for Ribbon. 9. Allows users to Report View Eliminates Extra Reports. 10. Allows output Reports in PDF format.

COMPONENTS OF MS-ACCESS 1.TABLE- To store your data in your Database. 2.QUERIES- To ask questions about information stored in your Tables. 3.FORMS- To allow you to view data stored in your tables. 4.REPORT- To allow you to print data based on queries/tables that you have created. pages 5.PAGES- data acsess pages (DSP) displays the shortcut database. 6.MACROS- for automatic work of database. 7.MODULES- for advance work of database,for example test the data in the complex state.

Steps to Start Ms-Access START ALL PROGRAMME MICROSOFT-OFFICE MICROSOFT-ACCESS 2010

PARTS OF MS-ACCESS WINDOWS

Database Definition  A database is a collection of information that is organized to that it can easily accessed, managed, and updated.  A database is a set of related data that has a regular structure that is organized in such a way that a computer can easily find the desired information.  A database is a collection of related data.

Methods of creating a Database  Database wizard ( Through easy, the wizard offers limited options to customize the database)  Using a template ( This method works best if one can find and use a template that closely matches the specific requirements).  Creating a Database directly (This is more flexible method, but it requires one to define each database element separately).

Database Architecture

Example of Database

Steps to create Database 1.Analyze Data 2.Categorize of Data 3.Division of Tables 4.Assigning Field Name 5.Identifying Data Types 6.Creating Tables 7.Primary Key 8.Relationships 9.Entering Data in Tables 10. Creating a Form 11.Designing Forms 12.Form Options 13.Understanding Queries 14.Query Criteria (Simple + Complex) 15.Generating Reports 16.Designing Reports 17.Final Assessment

Steps to Create Blank Database 1.Start Access.

2.Click the “Blank desktop database” template. 3. Type a file name for the database you’re about to create.

4.Choose the folder where you want to store your database. 5.Click the big Create button (under the File Name box).

Tables 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. A fitness database could track your daily running log, your inventory of exercise equipment, and the number of high-protein whey milkshakes you down each day, as three separate tables.

Customize the Table in Two ways- Design view lets you precisely define all aspects of a table before you start using it. Almost all database pros prefer Design view. 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.

Steps To Create Simple Table- 1.To define your table, simply add your first record. 2.In the datasheet’s rightmost column, under the “Click to Add” heading, type the first piece of information for the record

3. Press Tab to move to the next field, and return to step 2. 4.It’s time to fix your column names. Double-click the first column title (like Field1).

5. Type a new name, and then press Enter. 6.Press Ctrl+S or choose File→Save to save your table. 7.Type a suitable table name, and then click OK.