Best Uses of Microsoft Access Lauren Lewis. What is Microsoft Access? o MS access is a database management system from Microsoft that combines the relational.

Slides:



Advertisements
Similar presentations
Accel Computerized Maintenance Management System.
Advertisements

Database Ed Milne. Theme An introduction to databases Using the Base component of LibreOffice LibreOffice.
MICHAEL MARINO CSC 101 Whats New in Office Office Live Workspace 3 new things about Office Live Workspace are: Anywhere Access Store Microsoft.
ICS 434 Advanced Database Systems
MS Access.
Integrating Access with the Web and with Other Programs.
1 Pertemuan 13 Servers for E-Business Matakuliah: M0284/Teknologi & Infrastruktur E-Business Tahun: 2005 Versi: >
Software: Systems and Application Software
Lecture Microsoft Access and Relational Database Basics.
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER Application Software computing ESSENTIALS    
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Chapter 7 Managing Data Sources. ASP.NET 2.0, Third Edition2.
Distributed Systems: Client/Server Computing
Creating a SharePoint App with Microsoft Access Services
Call Center – What Really Makes Sense? Call Center – ce este cu adevarat important?
Database Software Application
Microsoft Access Ervin Ha.
What is a database? Databases are designed to offer an organized mechanism for storing, managing and retrieving information.
Chapter 5 Application Software.
Microsoft Access Database software. What is a database? … a database is an organized collection of data. A collection of data of similar information compiled.
Introduction to Database using Microsoft Access 2013 Part 1 November 4, 2014.
Microsoft Access Intro Class 1 Database Concepts.
10/26/00Splitting Access Databases...1 Preparing for Access 2000 Windows 2000/Office 2000 Roll-out.
Ncg | group about | navigator xlreport
Cizer.NET Reporting Forum for Business Intelligence Copyright © 2005 Cizer Software OR
Overview of SQL Server Alka Arora.
© Paradigm Publishing, Inc. 5-1 Chapter 5 Application Software Chapter 5 Application Software.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 12 1 Microsoft Office Access 2003 Tutorial 12 – Managing and Securing a Database.
Lecture On Database Analysis and Design By- Jesmin Akhter Lecturer, IIT, Jahangirnagar University.
Databases and Education Access Access Course Progression Access courses can be designed for intensive immersion or semester-long courses. Basic.
DAY 14: ACCESS CHAPTER 1 Tazin Afrin October 03,
COLD FUSION Deepak Sethi. What is it…. Cold fusion is a complete web application server mainly used for developing e-business applications. It allows.
® 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
UEC 01 : Computer Skills & Programming Concepts I 1PUA – Computer Engineering Department – UEC01 – Dr. Mona Abou - Of Lecture 6: Applications Software.
CS480 Computer Science Seminar Introduction to Microsoft Solutions Framework (MSF)
Csi315csi315 Client/Server Models. Client/Server Environment LAN or WAN Server Data Berson, Fig 1.4, p.8 clients network.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Why use a Database B8 B8 1.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
The Client/Server Database Environment Ployphan Sornsuwit KPRU Ref.
© Paradigm Publishing Inc. 5-1 Chapter 5 Application Software.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Microsoft Access 2000 Presentation 1 The Basics of Access.
® Microsoft Office 2013 Access Creating a Database.
1 Database Systems Introduction to Microsoft Access Part 2.
1/62 Introduction to and Using MS Access Database Management and Analysis Yunho Song.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
Unit 22 People in Computing
Building Dashboards SharePoint and Business Intelligence.
AVCE ICT – Unit 7 - Programming Session 16 – Database and VB.
CHAPTER 1 – INTRODUCTION TO ACCESS Akhila Kondai September 30, 2013.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 8 1 Microsoft Office Access 2003 Tutorial 8 – Integrating Access with the.
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
Microsoft Access 2003 Tutorial By: Juan Y7. What is Microsoft Office Access? Microsoft Access, also known as Microsoft Office Access, is a database management.
Excel Services Displays all or parts of interactive Excel worksheets in the browser –Excel “publish” feature with optional parameters defined in worksheet.
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
آشنایی با نرم افزار Microsoft Access
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Created by Kamila zhakupova
6 Benefits of Using Microsoft Access Database. Microsoft Access is an efficient program that helps companies to carry out complex business processes in.
Microsoft Access 2003 Illustrated Complete
Computer Based Financial Accounting
Introduction to Ms-Access Submitted By- Navjot Kaur Mahi
Microsoft Office Access 2003
Microsoft Office Access 2003
Microsoft Office Access 2003
Enterprise Program Management Office
McGraw-Hill Technology Education
Human Resource Management Software Demo
Presentation transcript:

Best Uses of Microsoft Access Lauren Lewis

What is Microsoft Access? o MS 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 o Member of the Microsoft Office suite of applications, included in the Professional and higher editions or sold separately o Stores information for reference, reporting, and analysis o Helps individuals and businesses analyze large amounts of information and manage related data more efficiently than Microsoft Excel or other spreadsheet applications

The Problem with Spreadsheets

Real-World Applications o Personal applications o Small-business applications o Departmental applications o Corporation-wide applications o Front-end applications for enterprise-wide client/server databases o Web applications o Access as a development platform for personal applications

Small Business Applications o MS Access wizards let you quickly and easily build the application’s foundation o Ability to create macros and to build code modules allows power users and developers to create code libraries of reusable functions o Ability to add code behind forms and reports allows businesses to create powerful custom forms and reports o Main limitation of using Access for developing a custom small-business application is the time and money involved in the development process

Departmental Applications o Most departments in large corporations have the development budgets to produce well-designed applications o If complex form, report design, or coding is necessary, large corporations usually have on-site resources available that can provide the necessary assistance o Companies that do not have in-house resources with IT/database expertise may need to outsource or hire individuals with those skills internally

Corporate-Wide Applications o Can be used to produce applications that are distributed throughout an entire organization o Maintains consistency for end- user o Limit to the number of users who can concurrently share an Access application while maintaining acceptable performance  More than 10 to 15 concurrent users o Limit to the number of records that each table can contain without a significant performance drop  More than 100,000 records  Holds up to 2GB of data

Front-end Applications for Enterprise- wide Client/Server Databases o A client/server database processes queries on the server machine and returns results to the workstation o Acting as a front end, Access can display the data retrieved from the database server in reports, datasheets, or forms o If the user updates the data in an Access form, the workstation sends the update to the back-end database o Most expensive and complex option o Need resources with expertise on linking external databases or using techniques to access client/server data directly

Why use MS Access? o Price o Simplicity o Developers charge less o Ability to quickly produce prototypes o Can easily update to SQL Server o Quick fix while waiting for more robust system o Flexibility o Less code o New connectivity (web applications)

Examples microsoft-access-forms-reports-graphs.htm

Follow us on Social Media! #FITC & visit FITC Group