SlideShare a Scribd company logo
Group Presentation
Computer Based Financial Accounting
Sunday, May 31, 2015
1
Presentation On MS-Access
Version
Version
number
Release Date Jetversion Supported OS Office suite version
Access 1.1 1.0 1992 1.1 Windows 3.0
Access 2.0 2.0 1993 2.0 Windows 3.1x Office 4.3 Pro
Access for
Windows 95
7.0 Aug. 24, 1995 3.0 Windows 95 Office 95 Professional
Access 97 8.0 Jan. 16, 1997 3.5
Windows 95, Windows NT
3.51 SP5, Windows NT 4.0 SP2
Office 97 Professional
and Developer
Access 2000 9.0 June 7, 1999 4.0 SP1
Windows 95, Windows NT
4.0, Windows 98, Windows 2000
Office 2000 Professional,
Premium and Developer
Access 2002 10.0 May 31, 2001 4.0 SP1
Windows NT 4.0 SP6, Windows
98, Windows 2000, Windows Me
Office XP Professional
and Developer
Access 2003 11.0 Nov. 27, 2003 4.0 SP1
Windows 2000 SP3 or later, Windows
XP, Windows Vista, Windows 7
Office 2003 Professional
and Professional
Enterprise
Access 2007 12.0 Jan. 27, 2007 12
Windows XP SP2, Windows Server
2003 SP1, or newer operating system
Office 2007 Professional,
Professional Plus,
Ultimate and Enterprise
Access 2010 14.0 July 15, 2010 14
Windows XP SP3, Windows Server
2003 SP2, Windows Server 2003
R2, Windows Vista SP1,Windows
Server 2008, Windows 7, Windows
Server 2008 R2, Windows Server
2012, Windows 8
Office 2010 Professional,
Professional Academic
and Professional Plus
Access 2013 15.0 Jan. 29, 2013 15
Windows 7, Windows Server 2008
R2, Windows Server 2012, Windows 8
Office 2013
Sunday, May 31, 2015
2
Presentation On MS-Access
 Lok Raj Binadi
 Heera Chalaune
 Babita Phulara
 Krishna Raj Pandey
 Ramesh Pant
 Manoj Raj Sharma
Sunday, May 31, 2015
3
Presentation On MS-Access
1. Overview
2. Features
3. Areas
4. Differences
5. Some Terms
6. Formation of Tables
7. Advantages
8. Disadvantage
Sunday, May 31, 2015
4
Presentation On MS-Access
MS-Access 2007
Overview
Features
Sunday, May 31, 2015
5
Presentation On MS-Access
 Microsoft Access, also known as Microsoft Office
Access, is a database management
system from Microsoft that combines
the relational Microsoft Jet Database Engine with
a graphical user interface and software-development
tools.
 It is a member of the Microsoft Office site of
applications, included in the Professional and higher
editions or sold separately.
 Microsoft Access stores data in its own format based
on the Access Jet Database Engine. It can also import
or link directly to data stored in other applications and
databases.
Sunday, May 31, 2015
6
Presentation On MS-Access
 A database is a collection of data organized
in a manner that allows access, retrieval, and
use of that data.
 Ex. A Rolodex which keeps track of Names,
Addresses, and Phone Numbers, is a simple
example of a manual database.
 A Database Management System, allows you
to use a computer to create a database.
 With the computer you can (electronically)
create, add, change, and delete data in the
Sunday, May 31, 2015
7
Presentation On MS-Access
 Is known as a desktop database system because its
functions are intended to be run from a single
computer.
 Uses database – a collection of data and objects
related to a particular subject, which is organized and
categorized by tables
 It is a Relational Database Management System
(RDBMS), because it stores information in multiple
related tables and can be treated as a single storage
area and pull information electronically from different
tables in whatever order meets your needs; designed
primarily for home or small business usage.
Sunday, May 31, 2015
8
Presentation On MS-Access
 Previously known as Microsoft
Access, is a database management
system from Microsoft that combines
the relational Microsoft Jet Database
Engine with a graphical user interface
and software-development tools.
Sunday, May 31, 2015
9
Presentation On MS-Access
 Users can create tables, queries, forms and
reports, and connect them together with Macros
.
 Macros in Access can be thought of as a
simplified programming language which you can
use to add functionality to your database. It
contains actions that perform tasks, such as
opening a report, running a query, or closing the
database.
 Access also has report creation features that
can work with any data sources that Access can
“access”.
Sunday, May 31, 2015
10
Presentation On MS-Access
 Other features include: the import and export of data to
many formats including Excel, Outlook, ASCII, dBase,
Paradox, FoxPro, SQL Server, Oracle, ODBC, etc.
 It can perform heterogeneous joins between data sets
stored across different platforms. It is often used by
people downloading data from enterprise level
databases for manipulation, analysis, and reporting
locally.
 Microsoft Access offers parameterized queries. These
queries and Access tables can be referenced from other
programs like VB6 and .NET through DAO or ADO. From
MS Access, VBA can reference parameterized stored
procedures via ADO.
Sunday, May 31, 2015
11
Presentation On MS-Access
 Microsoft Access is a file server-based
database. Unlike client-server relational
database management systems, Microsoft
Access does not implement database
triggers, stored procedures, or transaction
logging.
 It also has the ability to link to data in its
existing location and use it for viewing,
querying, editing, and reporting.
Sunday, May 31, 2015
12
Presentation On MS-Access
MS Access 2007
Areas
Difference between Access and Excel
How is it difference from a spreadsheet?
Sunday, May 31, 2015
13
Presentation On MS-Access
I. Access as a Development Platform for
Small-Business Applications
II. Access as a Development Platform for
Departmental Applications
III. Access as a Development Platform for
Corporation-Wide Applications
IV. Access as a Front End for
Enterprisewide Client/Server
Applications
V. Access as a Tool to Develop WebSunday, May 31, 2015
14
Presentation On MS-Access
 For the most part, Microsoft Access and Excel
are very similar. They are both databases, and
have similar functions in terms of inputting data.
 However, you would typically use Microsoft
Access when compiling data that is either
categorical in nature or involves more reading.
 A typical project that would be of use in
Microsoft Access is a telephone book or a
directory.
Sunday, May 31, 2015
15
Presentation On MS-Access
 Microsoft Excel typically uses more
numerical data than Microsoft Access, and
is used to show functions between cells.
 As you will see from this Quicktip, Access
does use relationships, but can show
relationships between databases, as well
as cells.
Sunday, May 31, 2015
16
Presentation On MS-Access
 Spreadsheet Software allows users to
add, subtract & perform user defined
calculations on rows & columns of
numbers.
 Spreadsheets are more geared towards
numeric data, whereas Databases work
with Data that contains info. like Names,
Addresses, Soc. Security #’s etc.
Sunday, May 31, 2015
17
Presentation On MS-Access
MS Access 2007
 Points to remember and its
definition
 Primary Key
Sunday, May 31, 2015Presentation On MS-Access
18
 Tables
 Records
 Fields
 Primary Key
Sunday, May 31, 2015
19
Presentation On MS-Access
 Table
A table is a collection of data about a
particular subject. For Ex. a Movie table
contains info. about movies like Movie No.,
Movie Title, Year Made, Movie Type etc.
 RECORDS
Records are simply the ROWS in
the table.
 FIELDS
Fields are the COLUMNS in the
table.
Sunday, May 31, 2015
20
Presentation On MS-Access
Each COLUMN in the table
is a FIELD
Each ROW in the table
is a RECORD
Sunday, May 31, 2015
21
Presentation On MS-Access
 A RECORD in the MOVIE Table
contains information about a specific
MOVIE.
 Ex. Record Number 003 contains
specific information on the movie
Dancing Duo.
Sunday, May 31, 2015
22
Presentation On MS-Access
 A FIELD contains a specific piece of
information within a RECORD.
 Ex. The Movie Title field contains
specific information about the Title of
the Movie.
Sunday, May 31, 2015
23
Presentation On MS-Access
 The first field in the MOVIE table is the
MOVIE NUMBER. This is a code assigned
by the owner to each MOVIE.
 These numbers are unique; that is no two
movies will be assigned the same number.
 Such a field can be used as a UNIQUE
IDENTIFIER. Ex. Soc-Sec-No.
 This is called the PRIMARY KEY.
Sunday, May 31, 2015
24
Presentation On MS-Access
Sunday, May 31, 2015
25
Presentation On MS-Access
Example:
1. MovieTable
2. DirectorTable
Sunday, May 31, 2015
26
Presentation On MS-Access
Click on Start, Programs,
Microsoft Office, Microsoft
Office Access 2007
Sunday, May 31, 2015
27
Presentation On MS-Access
1) Click, Blank
Database
2) Name it
Movies.accdb
3) Click,
Create
Sunday, May 31, 2015
28
Presentation On MS-Access
Sunday, May 31, 2015
29
Presentation On MS-Access
1) Right Click,
select Rename
Column
Sunday, May 31, 2015
30
Presentation On MS-Access
1) Rename field
as Movie Number
2) Press the
Down Arrow
key
4) Type in Movie
Title and so on…..
3) Data Type,
Text
Sunday, May 31, 2015
31
Presentation On MS-Access
Data Type for
Year Made – Number
Sunday, May 31, 2015
32
Presentation On MS-Access
Data Type,
Number
The rest of the fields
Have a Data Type of
Text
Sunday, May 31, 2015
33
Presentation On MS-Access
 Save the Table and call it Movies.
 The Movies Table will show up in
the left pane.
Sunday, May 31, 2015
34
Presentation On MS-Access
1) Saved as
Movies: Table
2) Click on View to
Toggle to Design
View
Sunday, May 31, 2015
35
Presentation On MS-Access
 We will delete the bogus Primary key
i.e. the ID #.
 We will make the Movie Number the
Primary Key, by clicking on the
Primary Key Button.
Sunday, May 31, 2015
36
Presentation On MS-Access
Click on the
Primary Key row,
and press Delete
on the keyboard
Sunday, May 31, 2015
37
Presentation On MS-Access
Click on
Yes
Sunday, May 31, 2015
38
Presentation On MS-Access
1) Click on
Movie Number
Field
2) Click on
Primary Key
Sunday, May 31, 2015
39
Presentation On MS-Access
1) Movie Number
is now the
Primary Key
2) Close and
Save the table
Sunday, May 31, 2015
40
Presentation On MS-Access
Start entering Records,
use the Tab key to move
from one field to the next,
or click in field with your
mouse and type
Sunday, May 31, 2015
41
Presentation On MS-Access
 Click on the Create tab, click on Table
 Create the fields in the Director Table
just as before (Movie Table).
 Save the Table as Director.
 Click on View to flip to Design View.
 As before delete the bogus Primary
Key.
Sunday, May 31, 2015
42
Presentation On MS-Access
 Make the Director Number as the
Primary Key
 Change the field width to 2.
 Save the Table by clicking on
Close button on the table.
 Type in all the records in the
Director Table
Sunday, May 31, 2015
43
Presentation On MS-Access
1) Click on
Create Tab
2) Click on
Table ( to create a
New Table)
Sunday, May 31, 2015
44
Presentation On MS-Access
2)Click on
Rename Column
1) Right Click
On Add New
Field
Sunday, May 31, 2015
45
Presentation On MS-Access
1) Type in
Director Code
Sunday, May 31, 2015
46
Presentation On MS-Access
Sunday, May 31, 2015
47
Presentation On MS-Access
1) Save As
Director
2) Click on
View, to flip
To Design
View
Sunday, May 31, 2015
48
Presentation On MS-Access
Click and
Press Delete
Sunday, May 31, 2015
49
Presentation On MS-Access
Sunday, May 31, 2015
50
Presentation On MS-Access
1) Click in
Row selector
2) Click on
Primary Key
Sunday, May 31, 2015
51
Presentation On MS-Access
Type in
all the
records
Sunday, May 31, 2015
52
Presentation On MS-Access
Sunday, May 31, 2015
53
Presentation On MS-Access
Sunday, May 31, 2015
54
Presentation On MS-Access
Here’s a Split
Form
Sunday, May 31, 2015
55
Presentation On MS-Access
Sunday, May 31, 2015
56
Presentation On MS-Access
Here is the
Movies Form
Sunday, May 31, 2015
57
Presentation On MS-Access
 We have learnt what is a Database.
 What is a Database Management System.
 We have learnt that RECORDS are
essentially ROWS in a table.
 FIELDS are essentially COLUMNS in a
table.
 A PRIMARY KEY is simply a field used as
the Unique Identifier.
Sunday, May 31, 2015
58
Presentation On MS-Access
 Create a Table
 Save a Table
 Add Records to a Table
 Modify Tables in Design View
 Create a Split Form
Sunday, May 31, 2015
59
Presentation On MS-Access
Sunday, May 31, 2015
60
Presentation On MS-Access
 Easy to install and use — Access gives data managers a
fully functional, relational database management system in
minutes. Like many other Microsoft applications, Access
contains Wizards that walk you through each step of the way.
The user interface is intuitive; accelerating data information
retrieval.
 Ease to integrate – Access works well with many of the
developing software programs based in Windows. It also can
be used in the front-end as back-end tables with products
like Microsoft SQL Server and non-Microsoft products like
Oracle and Sybase.
Sunday, May 31, 2015
61
Presentation On MS-Access
 NET-friendly – Access is a go-to choice for users
who plan to develop software using .NET; linking
to Access database. Its graphical user interface
also offers easy functionality and set up.
 Widely popular — Microsoft Access is the most
popular desktop database system in the world.
 Saves you money — Microsoft Access is hundreds
of dollars more economical than other larger
systems; offering the same functions and usage.
Sunday, May 31, 2015
62
Presentation On MS-Access
 Convenient storage capacity – A Microsoft
Access database can hold up to 2 GB of
data.
 Multi-user support – About ten users in a
network can use an Access application.
 Importing data — Microsoft Access makes
it easy to import data.
Sunday, May 31, 2015
63
Presentation On MS-Access
 Finite – Microsoft Access is useful for
individual departments or small-to-medium
business sectors. Any sector whose usage
goes beyond 2 GB will hit a wall and
discover limitations.
 Structure Query Language (SQL) — SQL
for MS Access is not as robust as MS SQL
Server or Oracle, to just name a few.
Sunday, May 31, 2015
64
Presentation On MS-Access
 One file — All the information from your
database is saved into one file. This limits
options and how you choose utilize data;
slowing down reports, queries, and forms.
Its performance becomes slow as the user
scales data size. Multimedia data can use
up MS Access limited space quickly.
Sunday, May 31, 2015
65
Presentation On MS-Access
 Static-Friendly — It’s difficult to
publish files a part from static files.
 Multi-user limited — Technical limit is
255 concurrent users, but real world
limit is 10 to 80 (depending on type of
application.
Sunday, May 31, 2015
66
Presentation On MS-Access
Sunday, May 31, 2015
67
Presentation On MS-Access
Sunday, May 31, 2015
68
Presentation On MS-Access

More Related Content

PPTX
Introduction to ms access database
PPTX
Basic Parts of Computer
PDF
Data Analytics Using MS Excel
PPTX
Push down automata
PPTX
MS ACCESS PPT.pptx
PPTX
Hr policies
PPTX
Microsoft access
PPT
excel charts and graphs.ppt
Introduction to ms access database
Basic Parts of Computer
Data Analytics Using MS Excel
Push down automata
MS ACCESS PPT.pptx
Hr policies
Microsoft access
excel charts and graphs.ppt

What's hot (20)

PPTX
Ms access
PPT
Sql ppt
PDF
Microsoft Excel
PPTX
library management system in SQL
PPT
SQL Views
PPT
Pivot Tables
PDF
Visual basic databases
PPT
Ms Office Powerpoint Tutorial
PPTX
Excel lesson01
PPTX
Ms access
PPTX
Excel 2010
PDF
Access 2010 Unit A PPT
PPT
Microsoft Access 2007
PPTX
Access ppt
PPTX
Introduction to ms access
PPTX
Lesson 5 ms office word 2007
PDF
001.general
PPT
Ms Access ppt
PPTX
Ms access
PPTX
Access lesson 03 Creating Queries
Ms access
Sql ppt
Microsoft Excel
library management system in SQL
SQL Views
Pivot Tables
Visual basic databases
Ms Office Powerpoint Tutorial
Excel lesson01
Ms access
Excel 2010
Access 2010 Unit A PPT
Microsoft Access 2007
Access ppt
Introduction to ms access
Lesson 5 ms office word 2007
001.general
Ms Access ppt
Ms access
Access lesson 03 Creating Queries
Ad

Viewers also liked (18)

PPTX
How to Create A Microsoft Access 2007 Database
PPTX
Microsoft Access 2007: Get To Know Access
PDF
Microsoft Access Notes 2007 Ecdl
PPT
Introduction to microsoft access
PPT
Ns 2 Network Simulator An Introduction
PPTX
Access 2007 Training
PPT
Training MS Access 2007
PPTX
MS Office Access Tutorial
PPTX
Network Simulation
PDF
Access presentation
PPSX
Advanced Excel &Basic Excel Training
PPTX
MS Excel Training(Basic)
PDF
Basic introduction to ms access
PPTX
Ppt on ms excel
PDF
1500 most common phrasal verbs with bangla meanings ex
PPTX
Microsoft word presentation
PPTX
Functions and formulas of ms excel
PPTX
MS EXCEL PPT PRESENTATION
How to Create A Microsoft Access 2007 Database
Microsoft Access 2007: Get To Know Access
Microsoft Access Notes 2007 Ecdl
Introduction to microsoft access
Ns 2 Network Simulator An Introduction
Access 2007 Training
Training MS Access 2007
MS Office Access Tutorial
Network Simulation
Access presentation
Advanced Excel &Basic Excel Training
MS Excel Training(Basic)
Basic introduction to ms access
Ppt on ms excel
1500 most common phrasal verbs with bangla meanings ex
Microsoft word presentation
Functions and formulas of ms excel
MS EXCEL PPT PRESENTATION
Ad

Similar to Ms access 2007 (20)

PPTX
MS ACCESS.pptx
PPTX
220711130045_PRIYA_DAS_M.S___Access__ppt
PDF
Ashlesh baichwal
PPTX
ms excel
PDF
Operate Database Application UC info sheet.pdf
PPTX
Ms access .ppt naman.pptsssssssssssssssx
PPTX
PPTX
HOLIDAY HOMEWORK.pptx bhbdhwdbwhdbwHDBwhdbd
PDF
LECTURE MICROSOFT ACCESS INFORMATION TECHNOLOGY
PPT
Chapter 01 Introduction to Microsoft Access.ppt
PPT
Project seminar
PDF
MS Access
PPTX
Microsoft-Access-An-Introduction to Database
PPTX
computer software
PDF
Access 2003 tutorial 3
PPTX
8.) ms-access_ppt-CA-course-itt-programme.pptx
PPTX
Introduction to MSBI
PDF
Ms access 2007 pptx
PDF
microsoftoffice-160222132224.pdf.pptx.com
PDF
microsoftoffice-160222132224 (1).pdf
MS ACCESS.pptx
220711130045_PRIYA_DAS_M.S___Access__ppt
Ashlesh baichwal
ms excel
Operate Database Application UC info sheet.pdf
Ms access .ppt naman.pptsssssssssssssssx
HOLIDAY HOMEWORK.pptx bhbdhwdbwhdbwHDBwhdbd
LECTURE MICROSOFT ACCESS INFORMATION TECHNOLOGY
Chapter 01 Introduction to Microsoft Access.ppt
Project seminar
MS Access
Microsoft-Access-An-Introduction to Database
computer software
Access 2003 tutorial 3
8.) ms-access_ppt-CA-course-itt-programme.pptx
Introduction to MSBI
Ms access 2007 pptx
microsoftoffice-160222132224.pdf.pptx.com
microsoftoffice-160222132224 (1).pdf

More from Ramesh Pant (20)

PPTX
Sustaining competitive strategies
DOCX
AN INTERNSHIP REPORT ON KUMARI BANK LIMITED DHANGADHI KAILALI
PPTX
Capital Structure, Business Risk & financial risk
PPTX
Net Profile
PPT
Research on Staff Management of Agricultural dhangadhi
PPTX
Case Study on HR Shortages in the Nepalese Construction Industry
PPTX
Presentation on mouse, keyboard and scanners
PPTX
Basic information about Computer memory
PPTX
Political history of nepal
PPTX
Some Short cut keys of Computer
DOCX
Case study on Beauty view cosmetic attariya, kailali
PPTX
Short introduction about computer.
PPSX
Bahadur shah (son of king prithivinarayan)
PPT
Business research methods Introduction
PPTX
The gujarat model with Narendra Modi
PPTX
Life is sweet at kumansenu
PPTX
Report on Dairy Firm
PPTX
Task and responsibilities perform by general manager at sathi hotal pvt. ltd.
PPTX
Presentation on tax office in dhangadhi,kailali
PPTX
Manager and corporation via political and power
Sustaining competitive strategies
AN INTERNSHIP REPORT ON KUMARI BANK LIMITED DHANGADHI KAILALI
Capital Structure, Business Risk & financial risk
Net Profile
Research on Staff Management of Agricultural dhangadhi
Case Study on HR Shortages in the Nepalese Construction Industry
Presentation on mouse, keyboard and scanners
Basic information about Computer memory
Political history of nepal
Some Short cut keys of Computer
Case study on Beauty view cosmetic attariya, kailali
Short introduction about computer.
Bahadur shah (son of king prithivinarayan)
Business research methods Introduction
The gujarat model with Narendra Modi
Life is sweet at kumansenu
Report on Dairy Firm
Task and responsibilities perform by general manager at sathi hotal pvt. ltd.
Presentation on tax office in dhangadhi,kailali
Manager and corporation via political and power

Recently uploaded (20)

PPTX
Operating system designcfffgfgggggggvggggggggg
PPTX
Monitoring Stack: Grafana, Loki & Promtail
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Salesforce Agentforce AI Implementation.pdf
PDF
Download FL Studio Crack Latest version 2025 ?
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
Oracle Fusion HCM Cloud Demo for Beginners
PDF
iTop VPN 6.5.0 Crack + License Key 2025 (Premium Version)
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
DOCX
Greta — No-Code AI for Building Full-Stack Web & Mobile Apps
Operating system designcfffgfgggggggvggggggggg
Monitoring Stack: Grafana, Loki & Promtail
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Salesforce Agentforce AI Implementation.pdf
Download FL Studio Crack Latest version 2025 ?
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
CHAPTER 2 - PM Management and IT Context
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
How to Choose the Right IT Partner for Your Business in Malaysia
Oracle Fusion HCM Cloud Demo for Beginners
iTop VPN 6.5.0 Crack + License Key 2025 (Premium Version)
Odoo Companies in India – Driving Business Transformation.pdf
Wondershare Filmora 15 Crack With Activation Key [2025
Greta — No-Code AI for Building Full-Stack Web & Mobile Apps

Ms access 2007

  • 1. Group Presentation Computer Based Financial Accounting Sunday, May 31, 2015 1 Presentation On MS-Access
  • 2. Version Version number Release Date Jetversion Supported OS Office suite version Access 1.1 1.0 1992 1.1 Windows 3.0 Access 2.0 2.0 1993 2.0 Windows 3.1x Office 4.3 Pro Access for Windows 95 7.0 Aug. 24, 1995 3.0 Windows 95 Office 95 Professional Access 97 8.0 Jan. 16, 1997 3.5 Windows 95, Windows NT 3.51 SP5, Windows NT 4.0 SP2 Office 97 Professional and Developer Access 2000 9.0 June 7, 1999 4.0 SP1 Windows 95, Windows NT 4.0, Windows 98, Windows 2000 Office 2000 Professional, Premium and Developer Access 2002 10.0 May 31, 2001 4.0 SP1 Windows NT 4.0 SP6, Windows 98, Windows 2000, Windows Me Office XP Professional and Developer Access 2003 11.0 Nov. 27, 2003 4.0 SP1 Windows 2000 SP3 or later, Windows XP, Windows Vista, Windows 7 Office 2003 Professional and Professional Enterprise Access 2007 12.0 Jan. 27, 2007 12 Windows XP SP2, Windows Server 2003 SP1, or newer operating system Office 2007 Professional, Professional Plus, Ultimate and Enterprise Access 2010 14.0 July 15, 2010 14 Windows XP SP3, Windows Server 2003 SP2, Windows Server 2003 R2, Windows Vista SP1,Windows Server 2008, Windows 7, Windows Server 2008 R2, Windows Server 2012, Windows 8 Office 2010 Professional, Professional Academic and Professional Plus Access 2013 15.0 Jan. 29, 2013 15 Windows 7, Windows Server 2008 R2, Windows Server 2012, Windows 8 Office 2013 Sunday, May 31, 2015 2 Presentation On MS-Access
  • 3.  Lok Raj Binadi  Heera Chalaune  Babita Phulara  Krishna Raj Pandey  Ramesh Pant  Manoj Raj Sharma Sunday, May 31, 2015 3 Presentation On MS-Access
  • 4. 1. Overview 2. Features 3. Areas 4. Differences 5. Some Terms 6. Formation of Tables 7. Advantages 8. Disadvantage Sunday, May 31, 2015 4 Presentation On MS-Access
  • 5. MS-Access 2007 Overview Features Sunday, May 31, 2015 5 Presentation On MS-Access
  • 6.  Microsoft Access, also known as Microsoft Office Access, is a database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools.  It is a member of the Microsoft Office site of applications, included in the Professional and higher editions or sold separately.  Microsoft Access stores data in its own format based on the Access Jet Database Engine. It can also import or link directly to data stored in other applications and databases. Sunday, May 31, 2015 6 Presentation On MS-Access
  • 7.  A database is a collection of data organized in a manner that allows access, retrieval, and use of that data.  Ex. A Rolodex which keeps track of Names, Addresses, and Phone Numbers, is a simple example of a manual database.  A Database Management System, allows you to use a computer to create a database.  With the computer you can (electronically) create, add, change, and delete data in the Sunday, May 31, 2015 7 Presentation On MS-Access
  • 8.  Is known as a desktop database system because its functions are intended to be run from a single computer.  Uses database – a collection of data and objects related to a particular subject, which is organized and categorized by tables  It is a Relational Database Management System (RDBMS), because it stores information in multiple related tables and can be treated as a single storage area and pull information electronically from different tables in whatever order meets your needs; designed primarily for home or small business usage. Sunday, May 31, 2015 8 Presentation On MS-Access
  • 9.  Previously known as Microsoft Access, is a database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools. Sunday, May 31, 2015 9 Presentation On MS-Access
  • 10.  Users can create tables, queries, forms and reports, and connect them together with Macros .  Macros in Access can be thought of as a simplified programming language which you can use to add functionality to your database. It contains actions that perform tasks, such as opening a report, running a query, or closing the database.  Access also has report creation features that can work with any data sources that Access can “access”. Sunday, May 31, 2015 10 Presentation On MS-Access
  • 11.  Other features include: the import and export of data to many formats including Excel, Outlook, ASCII, dBase, Paradox, FoxPro, SQL Server, Oracle, ODBC, etc.  It can perform heterogeneous joins between data sets stored across different platforms. It is often used by people downloading data from enterprise level databases for manipulation, analysis, and reporting locally.  Microsoft Access offers parameterized queries. These queries and Access tables can be referenced from other programs like VB6 and .NET through DAO or ADO. From MS Access, VBA can reference parameterized stored procedures via ADO. Sunday, May 31, 2015 11 Presentation On MS-Access
  • 12.  Microsoft Access is a file server-based database. Unlike client-server relational database management systems, Microsoft Access does not implement database triggers, stored procedures, or transaction logging.  It also has the ability to link to data in its existing location and use it for viewing, querying, editing, and reporting. Sunday, May 31, 2015 12 Presentation On MS-Access
  • 13. MS Access 2007 Areas Difference between Access and Excel How is it difference from a spreadsheet? Sunday, May 31, 2015 13 Presentation On MS-Access
  • 14. I. Access as a Development Platform for Small-Business Applications II. Access as a Development Platform for Departmental Applications III. Access as a Development Platform for Corporation-Wide Applications IV. Access as a Front End for Enterprisewide Client/Server Applications V. Access as a Tool to Develop WebSunday, May 31, 2015 14 Presentation On MS-Access
  • 15.  For the most part, Microsoft Access and Excel are very similar. They are both databases, and have similar functions in terms of inputting data.  However, you would typically use Microsoft Access when compiling data that is either categorical in nature or involves more reading.  A typical project that would be of use in Microsoft Access is a telephone book or a directory. Sunday, May 31, 2015 15 Presentation On MS-Access
  • 16.  Microsoft Excel typically uses more numerical data than Microsoft Access, and is used to show functions between cells.  As you will see from this Quicktip, Access does use relationships, but can show relationships between databases, as well as cells. Sunday, May 31, 2015 16 Presentation On MS-Access
  • 17.  Spreadsheet Software allows users to add, subtract & perform user defined calculations on rows & columns of numbers.  Spreadsheets are more geared towards numeric data, whereas Databases work with Data that contains info. like Names, Addresses, Soc. Security #’s etc. Sunday, May 31, 2015 17 Presentation On MS-Access
  • 18. MS Access 2007  Points to remember and its definition  Primary Key Sunday, May 31, 2015Presentation On MS-Access 18
  • 19.  Tables  Records  Fields  Primary Key Sunday, May 31, 2015 19 Presentation On MS-Access
  • 20.  Table A table is a collection of data about a particular subject. For Ex. a Movie table contains info. about movies like Movie No., Movie Title, Year Made, Movie Type etc.  RECORDS Records are simply the ROWS in the table.  FIELDS Fields are the COLUMNS in the table. Sunday, May 31, 2015 20 Presentation On MS-Access
  • 21. Each COLUMN in the table is a FIELD Each ROW in the table is a RECORD Sunday, May 31, 2015 21 Presentation On MS-Access
  • 22.  A RECORD in the MOVIE Table contains information about a specific MOVIE.  Ex. Record Number 003 contains specific information on the movie Dancing Duo. Sunday, May 31, 2015 22 Presentation On MS-Access
  • 23.  A FIELD contains a specific piece of information within a RECORD.  Ex. The Movie Title field contains specific information about the Title of the Movie. Sunday, May 31, 2015 23 Presentation On MS-Access
  • 24.  The first field in the MOVIE table is the MOVIE NUMBER. This is a code assigned by the owner to each MOVIE.  These numbers are unique; that is no two movies will be assigned the same number.  Such a field can be used as a UNIQUE IDENTIFIER. Ex. Soc-Sec-No.  This is called the PRIMARY KEY. Sunday, May 31, 2015 24 Presentation On MS-Access
  • 25. Sunday, May 31, 2015 25 Presentation On MS-Access
  • 26. Example: 1. MovieTable 2. DirectorTable Sunday, May 31, 2015 26 Presentation On MS-Access
  • 27. Click on Start, Programs, Microsoft Office, Microsoft Office Access 2007 Sunday, May 31, 2015 27 Presentation On MS-Access
  • 28. 1) Click, Blank Database 2) Name it Movies.accdb 3) Click, Create Sunday, May 31, 2015 28 Presentation On MS-Access
  • 29. Sunday, May 31, 2015 29 Presentation On MS-Access
  • 30. 1) Right Click, select Rename Column Sunday, May 31, 2015 30 Presentation On MS-Access
  • 31. 1) Rename field as Movie Number 2) Press the Down Arrow key 4) Type in Movie Title and so on….. 3) Data Type, Text Sunday, May 31, 2015 31 Presentation On MS-Access
  • 32. Data Type for Year Made – Number Sunday, May 31, 2015 32 Presentation On MS-Access
  • 33. Data Type, Number The rest of the fields Have a Data Type of Text Sunday, May 31, 2015 33 Presentation On MS-Access
  • 34.  Save the Table and call it Movies.  The Movies Table will show up in the left pane. Sunday, May 31, 2015 34 Presentation On MS-Access
  • 35. 1) Saved as Movies: Table 2) Click on View to Toggle to Design View Sunday, May 31, 2015 35 Presentation On MS-Access
  • 36.  We will delete the bogus Primary key i.e. the ID #.  We will make the Movie Number the Primary Key, by clicking on the Primary Key Button. Sunday, May 31, 2015 36 Presentation On MS-Access
  • 37. Click on the Primary Key row, and press Delete on the keyboard Sunday, May 31, 2015 37 Presentation On MS-Access
  • 38. Click on Yes Sunday, May 31, 2015 38 Presentation On MS-Access
  • 39. 1) Click on Movie Number Field 2) Click on Primary Key Sunday, May 31, 2015 39 Presentation On MS-Access
  • 40. 1) Movie Number is now the Primary Key 2) Close and Save the table Sunday, May 31, 2015 40 Presentation On MS-Access
  • 41. Start entering Records, use the Tab key to move from one field to the next, or click in field with your mouse and type Sunday, May 31, 2015 41 Presentation On MS-Access
  • 42.  Click on the Create tab, click on Table  Create the fields in the Director Table just as before (Movie Table).  Save the Table as Director.  Click on View to flip to Design View.  As before delete the bogus Primary Key. Sunday, May 31, 2015 42 Presentation On MS-Access
  • 43.  Make the Director Number as the Primary Key  Change the field width to 2.  Save the Table by clicking on Close button on the table.  Type in all the records in the Director Table Sunday, May 31, 2015 43 Presentation On MS-Access
  • 44. 1) Click on Create Tab 2) Click on Table ( to create a New Table) Sunday, May 31, 2015 44 Presentation On MS-Access
  • 45. 2)Click on Rename Column 1) Right Click On Add New Field Sunday, May 31, 2015 45 Presentation On MS-Access
  • 46. 1) Type in Director Code Sunday, May 31, 2015 46 Presentation On MS-Access
  • 47. Sunday, May 31, 2015 47 Presentation On MS-Access
  • 48. 1) Save As Director 2) Click on View, to flip To Design View Sunday, May 31, 2015 48 Presentation On MS-Access
  • 49. Click and Press Delete Sunday, May 31, 2015 49 Presentation On MS-Access
  • 50. Sunday, May 31, 2015 50 Presentation On MS-Access
  • 51. 1) Click in Row selector 2) Click on Primary Key Sunday, May 31, 2015 51 Presentation On MS-Access
  • 52. Type in all the records Sunday, May 31, 2015 52 Presentation On MS-Access
  • 53. Sunday, May 31, 2015 53 Presentation On MS-Access
  • 54. Sunday, May 31, 2015 54 Presentation On MS-Access
  • 55. Here’s a Split Form Sunday, May 31, 2015 55 Presentation On MS-Access
  • 56. Sunday, May 31, 2015 56 Presentation On MS-Access
  • 57. Here is the Movies Form Sunday, May 31, 2015 57 Presentation On MS-Access
  • 58.  We have learnt what is a Database.  What is a Database Management System.  We have learnt that RECORDS are essentially ROWS in a table.  FIELDS are essentially COLUMNS in a table.  A PRIMARY KEY is simply a field used as the Unique Identifier. Sunday, May 31, 2015 58 Presentation On MS-Access
  • 59.  Create a Table  Save a Table  Add Records to a Table  Modify Tables in Design View  Create a Split Form Sunday, May 31, 2015 59 Presentation On MS-Access
  • 60. Sunday, May 31, 2015 60 Presentation On MS-Access
  • 61.  Easy to install and use — Access gives data managers a fully functional, relational database management system in minutes. Like many other Microsoft applications, Access contains Wizards that walk you through each step of the way. The user interface is intuitive; accelerating data information retrieval.  Ease to integrate – Access works well with many of the developing software programs based in Windows. It also can be used in the front-end as back-end tables with products like Microsoft SQL Server and non-Microsoft products like Oracle and Sybase. Sunday, May 31, 2015 61 Presentation On MS-Access
  • 62.  NET-friendly – Access is a go-to choice for users who plan to develop software using .NET; linking to Access database. Its graphical user interface also offers easy functionality and set up.  Widely popular — Microsoft Access is the most popular desktop database system in the world.  Saves you money — Microsoft Access is hundreds of dollars more economical than other larger systems; offering the same functions and usage. Sunday, May 31, 2015 62 Presentation On MS-Access
  • 63.  Convenient storage capacity – A Microsoft Access database can hold up to 2 GB of data.  Multi-user support – About ten users in a network can use an Access application.  Importing data — Microsoft Access makes it easy to import data. Sunday, May 31, 2015 63 Presentation On MS-Access
  • 64.  Finite – Microsoft Access is useful for individual departments or small-to-medium business sectors. Any sector whose usage goes beyond 2 GB will hit a wall and discover limitations.  Structure Query Language (SQL) — SQL for MS Access is not as robust as MS SQL Server or Oracle, to just name a few. Sunday, May 31, 2015 64 Presentation On MS-Access
  • 65.  One file — All the information from your database is saved into one file. This limits options and how you choose utilize data; slowing down reports, queries, and forms. Its performance becomes slow as the user scales data size. Multimedia data can use up MS Access limited space quickly. Sunday, May 31, 2015 65 Presentation On MS-Access
  • 66.  Static-Friendly — It’s difficult to publish files a part from static files.  Multi-user limited — Technical limit is 255 concurrent users, but real world limit is 10 to 80 (depending on type of application. Sunday, May 31, 2015 66 Presentation On MS-Access
  • 67. Sunday, May 31, 2015 67 Presentation On MS-Access
  • 68. Sunday, May 31, 2015 68 Presentation On MS-Access