Creating a database - I clicked on blank database and am saving it as books10.mdb. For more information see the practice example under week #1. I am going.

Slides:



Advertisements
Similar presentations
Information Systems Technology Ross Malaga B Copyright © 2005 Prentice Hall, Inc. B-1 WORKING WITH DATABASES.
Advertisements

Intro to Access 2007 Lindsey Brewer CSSCR September 18, 2009.
Chapter 1 Getting Started with Access Databases. Objectives Identify Good Database Design Create a Table and Define Fields in a New Blank Database Change.
By Wanda Gibson, CI, MMI, SME. Microsoft Access Access is a database management system. This system lets you create and process data. A database is a.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
Access Tutorial 1 Creating a Database
With Microsoft ® Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 Identify Good Database Design A database is an organized collection.
Access Tutorial 4 Creating Forms and Reports
Using the Diagram It Template Copy this presentation to your hard drive. There are two sets of templates: Slides #3 & 4 for a flow chart Slides #5 & 6.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Create Forms Lesson 5. Software Orientation Creating Forms A form is a database object –enter, edit, or display data from a table or query Providing.
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
1 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and Custom Forms.
XP New Perspectives on Microsoft Access 2002 Tutorial 41 Microsoft Access 2002 Tutorial 4 – Creating Forms and Reports.
ACCESS CHAPTER 1. OBJECTIVES Tables Queries Forms Reports Primary and Foreign Keys Relationship.
With Microsoft ® Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 Create a Table and Define Fields in a New Blank Database.
Introduction to Access By Mary Ann Chaney and Alicia Harkleroad.
Exploring Office 2003 Vol 1 2/e - Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 1- Introduction to Access: What is.
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.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
FIRST COURSE Access Tutorial 4 Creating Forms and Reports.
With Microsoft ® Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
® Microsoft Office 2013 Access Creating a Database.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
Introduction to Access 2010 CIS120first.accdb is the database I am creating.
Using Microsoft Access Now that data has been entered we are ready to sort or data To do this, first click on the field label which you want to sort If.
I want to do SQL, I start as if I am doing a regular query.
When I want to work with SQL, I start off as if I am doing a regular query.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
CHAPTER 1 – INTRODUCTION TO ACCESS Aliya Farheen March 5, 2014.
Planning & Creating a Database By Ms. Naira Microsoft Access.
MS-Access XP Lesson 4. Modifying Queries 1.Select query in queries 2.Click design button or Right click on query and click design view 3.Change query.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Microsoft Access 2000 Creating Queries, Reports and Web Pages.
A am going to create a table in design view. I am going to create a table in an Access database that contains information about the books that I have on.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 2 ® Building Queries.
Access Module Implementing a Database with Microsoft Access A Great Module on Your CD.
Finish ing the logic flowc harts from week 3.. if invcd = “A” and (amtfst > 500 or amtsnd > 200) move “OKAY” to msg end if With the parenthesis, invcd.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
This is the software we will use to load our html page up to the server. You can download a copy for home if you want to.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 4 1 Microsoft Office Access 2003 Tutorial 4 – Creating Forms and Reports.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Data Please use speaker notes for additional information!
The data in the table.. Starting a query. Two criteria in an AND relationship.
Tutorial 1 Creating a Database
Access Tutorial 1 Creating a Database
This shows the user interface and the SQL Select for a situation with two criteria in an AND relationship.
Access Creating a Database
Access Creating a Database
Access Database for CIS17
Access Tutorial 1 Creating a Database
Generating forms with the wizard in Access
Miscrosoft Office..
I am opeing Access 2003 in the Microsoft Office.
You can read it better when I make the change.
On new..
Access Database for CIT12
Access: Forms Participation Project
Please use speaker notes for additional information!
This is the example I want the class to put up to become comfortable with creating and populating a table in Access.
Introduction to Access
Introduction to Access 2010
Access Tutorial 1 Creating a Database
Access Tutorial 1 Creating a Database
either of two other things (an OR relationship between them)
Template for the portfolio.
Access Click on file and then you want a new database.
Presentation transcript:

Creating a database - I clicked on blank database and am saving it as books10.mdb. For more information see the practice example under week #1. I am going to create a table in an Access database that contains information about the books that I have on software and programming. The layout of the file is: ISBN # of Book Title of Book Primary Author of Book Topic Year Published

I am creating a new table in design view.

The first field is isbn which is 13 text characters.

I added title as a text field with a field size of 35.

Now I have completed the layout.

Now I am making the isbn the primary key. Which means that every record will have a unique isbn.

Now I am going to add the data.

Note that this shows the field size of the five fields.

Now I am going to move to queries and create a query. I can either click on create query in design view or do as I did here and click on new and then select design view. Note that I do not want you to use the wizard.

Now I am selecting the table to use in the query. I will click on Add to make it available.

Now I double clicked on the three fields I wanted to bring them to the form. This was answering Problem #1. Problem #1: I need to do a query to list of all books with their title, primary author and ISBN#. Does this file have the data/information available that would allow me to do this query? If so, you should do the query. If not, modify the query to something you can do.

This shows the results of the query.

Problem #2: I need to do a query to list all books that were published in Does this file have the data/information available that would allow me to do this query? If so, you should do the query. If not, modify the query to something you can do. I entered =2003, because yr is a text field, Microsoft will put the quotes around 2003.

Problem #3: I need to do a query to list all books published by Course Technology. Does this file have the data/information available that would allow me to do this query? If so, you should do the query. If not, modify the query to something you can do. Problem #4: I need to do a query to list all books with their title, edition, and topic where the topic is CGI/Perl. Does this file have the data/information available that would allow me to do this query? If so, you should do the query. If not, modify the query to something you can do. These problems could not be done because of poor design. I added publisher and edition to enable me to do the queries.

Here you can see fields for publisher and edition. Note there is no data keyed into the fields.

Now I have keyed in some data.

This shows two criteria in an AND relationship. Both of the criteria have to be true for the record to be displayed. The diagram is a logic flowchart showing two fields in an AND relationship.

These two criteria are in an OR relationship. One criteria is on the criteria line and one is on the or line. If either criteria is true then the record will display. This is the logic flowchart. If the topic is Oracle the record will display. If not there is a second chance. If the year is > 2002, the record will display. If there is a no to both, the record will not display.

In this example I want 2003 to always be true. I also want either the topic to be Oralce or the author to be > M.

The results.

This shows the logic flowchart. If yr is 2003 processing continues. Then, if topic is Oracle the record will display, otherwise the second chance asks if author > M and if that is true the record will display.

This shows a different situation. Now I am not repeating the year criteria on both the criteria line and the or line (notice I also have a typo in year - I did not notice before). I am now looking for: topic Oracle and yr 2003 OR author > M

This shows the logic flowchart. Note that I asked the single question first because it is easier.

Again note that I did not catch the test for year all of these were displayed because author > M

Next, I want to do the criteria shown below.

Note two criteria on the criteria line and two criteria on the or line.