Database Management Using Microsoft Access Xinhua Chen, Ph.D. Chinese Association of Professionals in Science and Technology March 23, 2003.

Slides:



Advertisements
Similar presentations
Microsoft Access.
Advertisements

Database Ed Milne. Theme An introduction to databases Using the Base component of LibreOffice LibreOffice.
AS ICT Finding your way round MS-Access The Home Ribbon This ribbon is automatically displayed when MS-Access is started and when existing tables.
MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Computer Concepts BASICS 4th Edition
Chapter 18 - Data sources and datasets 1 Outline How to create a data source How to use a data source How to use Query Builder to build a simple query.
Lecture Microsoft Access and Relational Database Basics.
Chapter 12: ADO.NET and ASP.NET Programming with Microsoft Visual Basic.NET, Second Edition.
The Computer Super Store A Sample Presentation Depicting the Requirements of Your Group Project.
Chapter 7 Managing Data Sources. ASP.NET 2.0, Third Edition2.
Chapter Extension 6 Using Microsoft Access © 2008 Pearson Prentice Hall, Experiencing MIS, David Kroenke.
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
Creating a SharePoint App with Microsoft Access Services
Database Software Application
Page 1 ISMT E-120 Introduction to Microsoft Access & Relational Databases The Influence of Software and Hardware Technologies on Business Productivity.
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
Microsoft Access Ervin Ha.
MMG508.  Access Types  Tables  Relational tables  Queries  Stored database queries  Forms  GUI forms for data entry/display  Reports  Reports.
Databases & Data Warehouses Chapter 3 Database Processing.
Access Tutorial 10 Automating Tasks with Macros
MS Access: Database Concepts Instructor: Vicki Weidler.
Page 1 ISMT E-120 Desktop Applications for Managers Introduction to Microsoft Access.
Microsoft Access Intro Class 1 Database Concepts.
An INTRODUCTION to MICROSOFT ACESS 2000 By Dr. Ennis-Cole.
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
Simple Database.
Microsoft Access 2003 Define some key Access terminology: Field – A single characteristic or attribute of a person, place, object, event, or idea. Record.
PgP MIS 202 Access Overview 1 Microsoft Access Introduction to Relational Databases Powerful tool to collect and analyze business data, facilitates decision-
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Computer Science 101 Database Concepts. Database Collection of related data Models real world “universe” Reflects changes Specific purposes and audience.
CHAPTER EIGHT Accessing Data Processing Databases.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Tutorial 30 – Bookstore Application: Client Tier Examining.
Management Information Systems MS Access MS Access is an application software that facilitates us to create Database Management Systems (DBMS)
CHAPTER EIGHT Accessing Data Processing Databases.
Relational Databases (MS Access)
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
Press Esc to Exit ©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in.
1 Database Concepts 2 Definition of a Database An organized Collection Of related records.
Component 4/Unit 6c Topic III Structured Query Language Background information What can SQL do? How is SQL executed? SQL statement characteristics What.
1 Database Design and Development: A Visual Approach © 2006 Prentice Hall Chapter 8 DATABASE DESIGN AND DEVELOPMENT: A VISUAL APPROACH Chapter 8 Creating.
1 Database Systems Introduction to Microsoft Access Part 2.
26 Mar 04 1 Application Software Practical 5/6 MS Access.
1/62 Introduction to and Using MS Access Database Management and Analysis Yunho Song.
1 Chapter 20 – Data sources and datasets Outline How to create a data source How to use a data source How to use Query Builder to build a simple query.
3/18: Microsoft Access Refresher: What is a relational database? Why use a database? Sample database in MS access. –Fields, records, attributes. –Tables,
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
ACIS Introduction to Data Analytics & Business Intelligence Database s Benefits & Components.
Database and Information Management Chapter 9 – Computers: Understanding Technology, 3 rd edition.
Microsoft FrontPage 2003 Illustrated Complete Integrating a Database with a Web Site.
1 MS Access. 2 Database – collection of related data Relational Database Management System (RDBMS) – software that uses related data stored in different.
Chapter 10 Database Management. Data and Information How are data and information related? p Fig Next processing data stored on disk Step.
IST 220 – Intro to Databases Lecture 2 Touring Microsoft Access.
Chapter 9 Vocabulary Databases. 1.Table – a collection of information, or data arranged in columns and rows. 2.Record – all of the information about one.
Commercial RDBMSs: Office Access and Oracle Pertemuan 13 Matakuliah: M0564 /Pengantar Sistem Basis Data Tahun : 2008.
Microsoft Access 2000 Creating Queries, Reports and Web Pages.
IT – som værktøj Bent Thomsen Institut for Datalogi Aalborg Universitet.
Chapter 3: Relational Databases
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.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Level 2 Objectives: Understanding and Creating Table.
Copyright © 2014 Pearson Canada Inc. Ext. 5b-1 Copyright © 2014 Pearson Canada Inc. Application Extension 5b Using Microsoft Access Part 2: Using Information.
IST 220 – Intro to Databases
Microsoft Access 2003 Illustrated Complete
Database Management  .
Databases and Information Management
Using Access to Implement a Relational Database
Database.
Databases and Information Management
Databases Continued 10/18/05.
Presentation transcript:

Database Management Using Microsoft Access Xinhua Chen, Ph.D. Chinese Association of Professionals in Science and Technology March 23, 2003

Steps for Creating an MS Access Application 1.Get requirements from users 2.Design table structures 3.Implement the design Create tables Create queries Create forms as user interface Create reports

What can MS Access do? Relational database management system Database design tools – Relationship diagrams Database implementation tools –Table designer –Query designer –Form designer –Visual Basic for Applications (VBA) code editor –Macro designer –Web page designer (Access 2000, Access XP) –Report designer

How does MS Access Store Data? Tables, queries, forms, reports and Visual Basic code are all stored in one file with the file extension mdb

Sample Database Application Membership management database for Chinese Association of Professionals in Science and Technology (CAPST) – This is just a demo database.

Requirements Manage contact information of members Record payment of membership dues Of the five societies, assign members to appropriate societies Record specialties of members Reports –Specialties of members –Mailing labels

Table Design Terms –Record: A row in a table –Field:A column in a table –Key field: a field that uniquely identifies a record. For example, the MemberID field uniquely identifies a member record –Index: Creating an index for a field facilitates fast searching when the field is specified in a searching criteria –One-to-one and one-to-many relationship –Referential integrity

Query Design A query is expressed as a SQL statement. (SQL: Structured Query Language.) A query may output one or more fields from one or more tables. Criteria may be specified. Query Designer is commonly used to create queries.

Form Design Form provides a user interface for tables or queries. Form is created and maintained using the Form Designer. You may use the Form Wizard to create an initial design, then modify the design manually.

Report Design Report is used to display or print data extracted from tables or queries. Report is created and maintained using the Report Designer You may use the Report Wizard to generate an initial report, then modify it manually.

Other Ideas on this Database Add tables to record events –Seminars, conferences, picnics, board meetings –include photos, meeting minutes Add a table to store board members of every CAPST board and duties Anything else related to CAPST When the database gets too bulky, consider upsizing to Microsoft SQL Server, but keep Access as a front end user interface.

Whats Next? Learn how to use macros The following are for power user or developers Learn how to make data relatively secure Learn how to write Visual Basic for Applications (VBA) Learn how to use software components created by others