I am opeing Access 2003 in the Microsoft Office.

Slides:



Advertisements
Similar presentations
Importing and linking through Access Please use speaker notes for additional information!
Advertisements

Queries and query design What are queries? Questions that can be asked of the data in the tables. Questions can draw on one or more tables and can have.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 4 BACKNEXTEND 4-1 LINKS TO OBJECTIVES Query Design Query Criteria Modify a Query Using OR.
® Microsoft Office 2010 Access Tutorial 2 Building a Database and Defining Table Relationships.
® Microsoft Office 2013 Access Creating a Database.
Introduction to Access 2010 CIS120first.accdb is the database I am creating.
Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 10 – Analyzing Data.
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.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Designing a Relational Database 13.4 Page A database should be created based on a design  Three steps Determine what information should be stored.
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.
Using a Database Access97 Please use speaker notes for additional information!
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.
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.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
Sample template for portfolio - I would prefer to see you do something more original!
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.
The data in the table.. Starting a query. Two criteria in an AND relationship.
Tutorial 1 Creating a Database
DATABASE.
Microsoft Access 2013 Bobby Wan.
Access Tutorial 1 Creating a Database
COP 4540 Database Management
End of Access Exam Review.
Objectives Create an action query to create a table
This shows the user interface and the SQL Select for a situation with two criteria in an AND relationship.
On new..
Access Creating a Database
Microsoft Office Illustrated Fundamentals
Creating and Using a Database
Access Creating a Database
Access Database for CIS17
Please use speaker notes for additional information!
Access Tutorial 1 Creating a Database
Access and Condition Statements
follow this structure. Creating records following the structure of the table is populating the table.
Using Access 2016 Since we are creating a new Access database, we need to select blank database.
Access Lesson 2 Creating a Database
Week 3. criteria must be true..
Using SQL with Access I am adding queries to the stu table in SecondDB.accdb – a database that I created in class. SQL stands for structured query language.
Access
Miscrosoft Office..
ACCESS CHAPTER 3 REVIEW QUESTIONS.
Access Tutorial 1 Creating a Database
Click ‘browse’ to search your device for
These are user interface queries
On new..
Access Database for CIT12
In this case I should have had a " after OKAY as well In this case I should have had a " after OKAY as well. I can also move OKAY by assigning.
Access Tutorial 2 Building a Database and Defining Table Relationships
Please use speaker notes for additional information!
Creating and Managing Database Tables
Access Tutorial 2 Building a Database and Defining Table Relationships
Done with SQL..
This is the example I want the class to put up to become comfortable with creating and populating a table in Access.
Notes on SQL This slide show will introduce SQL using Access. It assumes only an introductory level of knowledge about Access.
Introduction to Access 2010
Access Tutorial 1 Creating a Database
Access Tutorial 1 Creating a Database
Creating a simple query in the Design View
Microsoft Access Date.
Using SQL with Access I create a database named
I am now going to do queries in SQL
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.
Relationships While we are on the subject of Relationships, let’s take a quick look at them.
Presentation transcript:

I am opeing Access 2003 in the Microsoft Office.

in Design View.

Here I have entered the first field named idno Here I have entered the first field named idno. I have made it a text type field with a field size of 5.

The last field that I put up was a numeric field and an integer The last field that I put up was a numeric field and an integer. It was name credits. I know have 5 fields that will apply to each record.

Now I have designated idno as the primary key by clicking on the key icon.

Now I am going to create the first record in the file by entering data in the fields.

This shows 5 records that I have created.

Now I am going to create a query Now I am going to create a query. I go to the main screen and select query. Here I am adding the table called student to the query so I can ask questions about the data.

Now I am bringing down fields.

I hve brought down all the fields - note that they can be brought down in any order.

Now I have included a criteria Now I have included a criteria. I only want to see records where credits are > 12.

This show the results where credits are > 12.

Now I am going to have two criteria in an AND relationship which means that both criteria have to be true. Note that when I test numbers I do not put quotes around the literal, but when I test text I put quotes around the literal

These are people where credits are > 12 and the major is "CI".

do nothing.

true to I display.

If not I have run out of chances.

These records meet the criteria of major = "CI" or credits > 12 These records meet the criteria of major = "CI" or credits > 12. Notice the one BU record has credits > 12.