SlideShare a Scribd company logo
Database Management System
MS Access
What Is a Database?
• Collection of data organized in such a way
that data can be searched, modified, added,
removed efficiently
• Database System: database in digitized
form
• Database Management System (DBMS)—
software system to manipulate database—
add, remove, modify, search
Relational Database
• All data items are organized by tables.
– E.g., in School DB, tables for
• Students (firstName, lastName, phone, email)
• Faculties (firstName, lastName, phone, officeNo.)
• Courses (department, crsNumber, title, credits)
• Classes (time, location, course, classNum)
• Schedule (student, class)
• Buildings(bldgName, hasElevator, hasADA)
• Rooms (roomNo, building, capacity, hasInternet)
Students Table
firstName

lastName

phone

email

Anne

Anderson

123-4568

aa@aol.com

Ben

Benson

234-5678

bb@gmail.com

Cathy

Carson

345-6789

cc@att.net

Dan

Danson

456-7890

dd@hotmail.com

Erin

Emmerson

567-8901

ee@aol.com

Frank

Farrington

678-9012

ff@sam.net
Linking Tables
Rooms

Classes

Students

Buildings

Courses

Schedules
Faculty
MS Access
• Organized into Objects
– Table
• Contains data—most important
– Form
• For easier input of data
– Report
• For formatted printout
– Query
• For asking particular info from multiple tables
Introduction to MS Access (1.1)
• Objectives
– To Open existing database
– To add a record
• 1. Use Windows Explorer to copy
Bookstore.mdb from g to a drive.
• 2. Open a DB (Bookstore.mdb in a drive) &
Add a record
• 3. Open a table
– move from record to record
– move from field to field (Tab)
Adding New Records
• 5. Add a New Record
– Record 1
• 0-13-754243-7
• Exploring Microsoft Office 97 Volume I, Grauer/Barber 1997
• $45, Prentice Hall

• 6. Add a Second Record
– Record 2
• 0-13-271693--3
• Exploring the Inter/2nd Ed
• $28.95, Prentice Hall
• 8. Print the Table
– FilePage SetupPage tabLandscape
option. Click OK.
– FilePrintAll option. OK.

• 9. Exit Access
– Close the Table
– Close the Database
– Close Access
Manipulating Records and Fields
• Replacing fields
• Sorting records
Maintaining the Database (1.2)
•
•
•
•

Add, edit, delete record
Examine Form
Examine a Report
Print a Report
• 1. Retrieve Bookstore db.
• 2. Double-click Books table.
–
–
–
–
–

Click in Title field
EditFind
Enter Exploring Windows 95 in the Fid What text box.
Click the Find Next button.
Change it’s price to $28.95.

• 3. Edit->Undo Current Field/Record
• 4. Delete Command
– Click a Guide to SQL.
– Delete the record. (Deletion is not Undo-able.)
• 5. Data Validation
– New Record.
– Enter the following:
• 0-07-041127-1, Getting Ahead by Getting Certified, Martinez,
1998, xxxx. (39.90), McGraw Hill.

• 6. Open the Books Form
– Forms buttonBooks form. Maximize
• Add Record button. Add the following
• 1-56604-229-1, HTML Publishing on the Internet, Budnick,
Mendana PressThe Replace Command

• 7. Replace Command
– ViewDatasheet View
– Ctrl+Home.
– EditReplace.
• Find What: Prentice-Hall
• Replace with: Prentice Hall
• Look in: Publisher
• 8. Print a Report
– Reports buttonPublisher report
• Type Pretice Hall in the parameter dialog box.
– Zoom boxFit
– Print Preview
– Print
Changing Field Properties
• Field size (Text)
• Caption
• Required
Creating a Table (2.1)
• A particular table should contain all
information on a particular subject.
– Book, student, employee, customers, catalog
product, warehouse inventory, automobile
inventory, bibliography, investment portfolio,
etc.

• What type of information do you want to
maintain in a table?
Two-Step Process
• To create a Student table
– 1. Define a table structure (in Design View)
•
•
•
•
•
•
•
•
•
•

SSN
FirstName
Address
City
State
Postal Code
Phone
BirthDate
FinancialAid
Credits

Text
Text
Text
Text
Text
Text
Text
Date
Logical (Yes/No)
Number

– 2. Input data items (in Datasheet View)
Using Table Wizard
to Create Table
• 1. Create a a New Database
– Run Access. Click option button Blank Access
Database.
– In the Save In text box, select drive a:
Go to folder Exploring Access.
Save new file as My First Database.
– Click the Create button.
• 2. Create the Table
– In the database window (My First Database), click the
Tables button.
– Click the New button (at the top). Select Table Wizard.
Click OK.

• 3. The Table Wizard
– In the Table Wizard, click Business option button. In
the Sample Tables list box, select Students (near the
bottom).
– Transfer StudentID, FirstName, LastName, Address,
City, & StateOrProvince.
– Rename StateOrProvince to State.
– Add PostalCode and PhoneNumber.
• 4. The Table Wizard (continued)
–
–
–
–
–
–

Accept Students as the Name of the Table
Accept Yes, set a primary key for me.
Click Next.
Click Modify the table design.
Click Finish.
FileSave

• 5. Add Additional Fields
–
–
–
–
–

In the design view, enter BirthDate as a new field.
Change Data type to Date/Time.
Add Gender as Text field.
Add Credits as Number field.
Add QualityPoints as Number field. (NB. No space in
field name)
• 6. Change the Primary Key
–
–
–
–
–

Point to first field. Right-clickInsert Rows.
Enter SSN for field name.
In the Properties area, select Yes for Required box.
Click SSN field, click Primary Key button.
Click StudentID field. Right-clickDelete Rows.

• 7. Add an Input Mask
– Click in SSN. Click the Input Mask box in the
Properties area.
– Click the Build button (at right)
– Select Social Security Number.
– Try it by type 123456789.
– Select BirthDate, show Input Mask, and choose Short
Date format. Say Yes to Save.
• 8. Change the Field Properties
– Click FirstName.
• In the Properties area, change size to 25.
• In the Required box, choose Yes.
– Click the State field.
• Change size to 2
• In the Format box, type >
– Click the Credits field
• Change Field Size to Integer.
• In the Default Value box, delete 0.
– Click the QualityPoints
• Change Field Size to Integer.
• Delete 0 from the Default Value.
• Save the table.
• 9. Add a Validation Rule
– Click Gender field.
• Change size to 1.
• In the Format box, type >.
• Click the Validation Rule box. Type “M” or “F”. (This means that
only M or F will be acceptable.)
• In the Validation Text box, type “You must specify M or F.”
• Save.

• 10. Datasheet View
–
–
–
–

Click the View button.
Type 111111111 for SSN in the first record.
Enter, to move to FirstName field. Enter Ronnie Adili.
Enter the following (P AC-64)
• 111-11-111 Ronnie, Adili, 3543 Queen Avenue, Minneapolis, MN
55476-9899 (612)445-7654
• 22222222 Christoper Gibson, 9807 S.W. 152 Street, Miami, FL
33157-232, (305)235-4563
• 333333333, Nicholas, Korba, 85 Bayshore Drive,
San Francisco, CA, 94114-5533, (415)664-0900

• 11. Enter Additional data
– Enter two more records, deliberately making
mistakes in Credits, S in Gender.

• 12. Print the Table
– FilePrint
– Close
Two-Step Process (2)
• To create an Employee table
– Define a table structure (in Design View)
•
•
•
•
•
•
•
•
•
•

EmployeeID
FirstName
Address
City
State
Postal Code
WorkPhone
DateHired
Married
Deductions

Text
Text
Text
Text
Text
Text
Text
Date
Logical (Yes/No)
Number

– Input data items (in Datasheet View)
Adding Fields
• Click Design View button.
• Insert new row after HomePhone.
• Add WorkPhone (Text)
Adding (and Changing) the
Primary Key
• Primary key makes each record unique in a table.
• Try to choose a field that is naturally unique for
each record.
–
–
–
–

SSN for Employee record
ISBN for Book record
Call number of a library book
Sales number

• or, create a field of unique numbers
(AutoNumber)
Adding an Input Mask
• To format certain data items automatically
–
–
–
–
–

SSN
telephone number
ZIP
Date
Time
Report Wizard (3.1)
• 1. Open the Our Students Database
– Click Reports buttonNewReport Wizard

• 2. ReportWizard
– Click LastName, FirstName, PhoneNumber, & Major

• 3. Report Wizard (cont)
–
–
–
–
–
–
–

Sort by LastName
Tabular layout
Portraait orientation
Adjust field width so all fields fit on a page. Next
Corporate. Next
Title: Student Master List
Finish
• 4. Preview the Report
– Preview at 75%. Close

• 5. Modify an Existing Control
– Click the border on containng the Now function from
the footer to the header.
– Align right (with button on toolbar)
– Right-clickPropertiesFormat tabFormat
propertyShort Date
– Save

• 6. Add an unbound control
– Crate label in footer.
– Type: Prepared by your name.
– Right-click-PropertiesFont SizeFont Size9
• 7. Change the Sort Order
–
–
–
–

ViewSortingand Grouping.
In Field Expression box, click Major
On the next line, click LastName
View

• 8. View the Modifed Report
– Print Preview
– Save. Print

• 9. Report Properties
–
–
–
–

Click Report button on the database window.
Select Student Master List.
Right-clickPropertiesDescription text box
Type: This report lists every student in alphabetical
order by name within major. It also contains the
student’s telephone number.
Creating a Query
• Query
• lets user to ask questions
• allows user to choose a subset of table that satisfy
certain conditions

• Given Students table
• How many are from California?
• Who are majoring in Business?
• Who are from California AND majoring in Business?
USA Table
• The fields in the USA table are:
– Name
– Capital
– Nickname
– Year established
– Population
– Area
– Region (Pacific, Mountain, New England, South
Central, North Central, Middle Atlantic
Queries
•
•
•
•
•

States in the Pacific region
States in the Pacific OR New England region
States with a population over 5,000,000
States established since 1900
States established before 1900 AND having a
population over 5,000,000
• States established in the 1800’s
• States established in the 1700’s
Queries on Students
• List all Business Majors
• List Business Majors from Florida
• List Communications Majors Receiving Financial
•
•
•
•

Aid
All Students from Florida
Engineering Majors with Fewer than 60 Credits
Students with 60 to 90 Credits
Engineering Majors with Fewer than 60 Credits or
Communicaitons Majors Born on or after April 1,
1974
Creating a Select Query (3.2)
• 1. Open Our Students database
– QueriesNew
– Design View is open

• 2. Add the Students Table
– Select Students tableAddClose. Maximize. Expand the
upper portion.

• 3. Create a query
– Drag LstName field from Students table to the first column.
– Drag FirstName, PHoneNUmber, Major, and Credits to the
QBE grid.
– Adding & Deleting fields
• 4. Specify the Criteria
– To display all UNDECIDED majors:
• In Criteria row for Major, type Undecided
• In Sort under LastName field, select Ascending
• Save
• Type Undecided Major as the Query name. Click OK.

• 5. Run the Query
– QueryRun (Run button)

• 6. Modify the Query
–
–
–
–
–

To display all UNDECIDED majors with more than 30 credits
Uncheck Show check box in the Major field
In Criteria row under credits, type >30.
Save.
Run
• 7. Create a Report
–
–
–
–
–
–
–

Open Our Students Database
Click Reports buttonCreate report by using Wizard
Tables/Queries list boxQuery: Undecided Major
Click >> button. Next.
Next, Next
Tabular layout, Portrait orientation, Soft Gray.
Title: Undecided Major. Finish

• 8. View the Report
– Place date in the header.
– Place your name in the footer.
Other Queries
• All students from California or Florida
• All Business students from Florida
• All Education students from California or
Florida
• All Education students with credits over 30
• All Education students with credits between 30
and 60

More Related Content

PPT
Computer lesson 7 files & folders
PPT
Desktop 03
PPTX
Access ppt
PPTX
Ms access ppt 2017 by Gopal saha
PPSX
Introduction to Microsoft Office
PPT
Windows Basic
PPTX
Ms access
PPTX
Ms access 2010
Computer lesson 7 files & folders
Desktop 03
Access ppt
Ms access ppt 2017 by Gopal saha
Introduction to Microsoft Office
Windows Basic
Ms access
Ms access 2010

What's hot (20)

PPT
1 01 Computer Components
PPT
Database management system presentation
PPTX
Ms word 2010
PPTX
What is Application Software?
PPTX
Ms access
PPT
Files and Folders
PPTX
Introduction to Database
PPTX
Student information system project report
DOC
Ms access Database
PPT
Database management system
DOCX
Word 2016
PPTX
Html forms
PDF
Physical Database Design & Performance
PPTX
Introduction to database
PPTX
Control panel
PDF
File management
PPTX
MS Word: View Menu
PPT
Fundamentals of Database ppt ch01
PDF
Microsoft Word Basic Features
DOCX
Student management system analysis document
1 01 Computer Components
Database management system presentation
Ms word 2010
What is Application Software?
Ms access
Files and Folders
Introduction to Database
Student information system project report
Ms access Database
Database management system
Word 2016
Html forms
Physical Database Design & Performance
Introduction to database
Control panel
File management
MS Word: View Menu
Fundamentals of Database ppt ch01
Microsoft Word Basic Features
Student management system analysis document
Ad

Similar to Access introduction (20)

DOC
Acccesss notes
PPTX
Priyank Goel PPT.pptx
PPTX
dbms ms access basics and introduction to ms access
DOC
Microsoft access exercises
PDF
Access 2007 lecture notes students
PDF
MS Access 2010 tutorial 3
PPTX
Operate Spreadsheet applications ppt.pptx
PPT
Mic office access tutorial for beginners
PPT
MS Access and Database Fundamentals
PPTX
Database and Access Power Point
PPTX
Database and Access Power Point
PPTX
Database and Access Power Point
PPTX
Baileybatts bailey battsdatabasepowerpoint8
PPT
HARJOT.ppt gggggggggggggggggggggggggggggggggggggggg
PPT
Ms Access ppt
PPT
Database Connection
PPTX
Module 08 Access & Use Database Application.pptx
PPT
Introduction to Microsoft Access2.ppt
PDF
Ecdl v5 module 5 print
DOCX
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
Acccesss notes
Priyank Goel PPT.pptx
dbms ms access basics and introduction to ms access
Microsoft access exercises
Access 2007 lecture notes students
MS Access 2010 tutorial 3
Operate Spreadsheet applications ppt.pptx
Mic office access tutorial for beginners
MS Access and Database Fundamentals
Database and Access Power Point
Database and Access Power Point
Database and Access Power Point
Baileybatts bailey battsdatabasepowerpoint8
HARJOT.ppt gggggggggggggggggggggggggggggggggggggggg
Ms Access ppt
Database Connection
Module 08 Access & Use Database Application.pptx
Introduction to Microsoft Access2.ppt
Ecdl v5 module 5 print
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
Ad

More from Jithin Zcs (17)

PPTX
Enterprise resource planning_system
PPT
Business level strategies
PPT
Barriears to communication
PPT
Styles of business letters
DOCX
Uses of excel
RTF
Company law
DOCX
Corporate governance
PPTX
Capital budgeting (1)- Management accounting
PPT
Business environment basics
PPT
01 securitization in india – issues and challenges
PDF
Consumer behaviour ramanuj majumdar
PPT
Expert systems
PPTX
modern language association formats
PDF
Mis pdf
PPT
SPSS an intro...
PPT
Privatisation 999
PPTX
Johari window gadha
Enterprise resource planning_system
Business level strategies
Barriears to communication
Styles of business letters
Uses of excel
Company law
Corporate governance
Capital budgeting (1)- Management accounting
Business environment basics
01 securitization in india – issues and challenges
Consumer behaviour ramanuj majumdar
Expert systems
modern language association formats
Mis pdf
SPSS an intro...
Privatisation 999
Johari window gadha

Recently uploaded (20)

PDF
20250805_A. Stotz All Weather Strategy - Performance review July 2025.pdf
PDF
Outsourced Audit & Assurance in USA Why Globus Finanza is Your Trusted Choice
PDF
A Brief Introduction About Julia Allison
PDF
COST SHEET- Tender and Quotation unit 2.pdf
PPT
Data mining for business intelligence ch04 sharda
PDF
BsN 7th Sem Course GridNNNNNNNN CCN.pdf
PPTX
The Marketing Journey - Tracey Phillips - Marketing Matters 7-2025.pptx
PPTX
HR Introduction Slide (1).pptx on hr intro
PDF
WRN_Investor_Presentation_August 2025.pdf
PPTX
New Microsoft PowerPoint Presentation - Copy.pptx
PDF
IFRS Notes in your pocket for study all the time
PDF
Chapter 5_Foreign Exchange Market in .pdf
PPTX
Amazon (Business Studies) management studies
PDF
How to Get Business Funding for Small Business Fast
PDF
Training And Development of Employee .pdf
PPTX
Probability Distribution, binomial distribution, poisson distribution
PDF
Business model innovation report 2022.pdf
PPTX
CkgxkgxydkydyldylydlydyldlyddolydyoyyU2.pptx
PDF
Katrina Stoneking: Shaking Up the Alcohol Beverage Industry
PDF
Elevate Cleaning Efficiency Using Tallfly Hair Remover Roller Factory Expertise
20250805_A. Stotz All Weather Strategy - Performance review July 2025.pdf
Outsourced Audit & Assurance in USA Why Globus Finanza is Your Trusted Choice
A Brief Introduction About Julia Allison
COST SHEET- Tender and Quotation unit 2.pdf
Data mining for business intelligence ch04 sharda
BsN 7th Sem Course GridNNNNNNNN CCN.pdf
The Marketing Journey - Tracey Phillips - Marketing Matters 7-2025.pptx
HR Introduction Slide (1).pptx on hr intro
WRN_Investor_Presentation_August 2025.pdf
New Microsoft PowerPoint Presentation - Copy.pptx
IFRS Notes in your pocket for study all the time
Chapter 5_Foreign Exchange Market in .pdf
Amazon (Business Studies) management studies
How to Get Business Funding for Small Business Fast
Training And Development of Employee .pdf
Probability Distribution, binomial distribution, poisson distribution
Business model innovation report 2022.pdf
CkgxkgxydkydyldylydlydyldlyddolydyoyyU2.pptx
Katrina Stoneking: Shaking Up the Alcohol Beverage Industry
Elevate Cleaning Efficiency Using Tallfly Hair Remover Roller Factory Expertise

Access introduction

  • 2. What Is a Database? • Collection of data organized in such a way that data can be searched, modified, added, removed efficiently • Database System: database in digitized form • Database Management System (DBMS)— software system to manipulate database— add, remove, modify, search
  • 3. Relational Database • All data items are organized by tables. – E.g., in School DB, tables for • Students (firstName, lastName, phone, email) • Faculties (firstName, lastName, phone, officeNo.) • Courses (department, crsNumber, title, credits) • Classes (time, location, course, classNum) • Schedule (student, class) • Buildings(bldgName, hasElevator, hasADA) • Rooms (roomNo, building, capacity, hasInternet)
  • 6. MS Access • Organized into Objects – Table • Contains data—most important – Form • For easier input of data – Report • For formatted printout – Query • For asking particular info from multiple tables
  • 7. Introduction to MS Access (1.1) • Objectives – To Open existing database – To add a record
  • 8. • 1. Use Windows Explorer to copy Bookstore.mdb from g to a drive. • 2. Open a DB (Bookstore.mdb in a drive) & Add a record • 3. Open a table – move from record to record – move from field to field (Tab)
  • 9. Adding New Records • 5. Add a New Record – Record 1 • 0-13-754243-7 • Exploring Microsoft Office 97 Volume I, Grauer/Barber 1997 • $45, Prentice Hall • 6. Add a Second Record – Record 2 • 0-13-271693--3 • Exploring the Inter/2nd Ed • $28.95, Prentice Hall
  • 10. • 8. Print the Table – FilePage SetupPage tabLandscape option. Click OK. – FilePrintAll option. OK. • 9. Exit Access – Close the Table – Close the Database – Close Access
  • 11. Manipulating Records and Fields • Replacing fields • Sorting records
  • 12. Maintaining the Database (1.2) • • • • Add, edit, delete record Examine Form Examine a Report Print a Report
  • 13. • 1. Retrieve Bookstore db. • 2. Double-click Books table. – – – – – Click in Title field EditFind Enter Exploring Windows 95 in the Fid What text box. Click the Find Next button. Change it’s price to $28.95. • 3. Edit->Undo Current Field/Record • 4. Delete Command – Click a Guide to SQL. – Delete the record. (Deletion is not Undo-able.)
  • 14. • 5. Data Validation – New Record. – Enter the following: • 0-07-041127-1, Getting Ahead by Getting Certified, Martinez, 1998, xxxx. (39.90), McGraw Hill. • 6. Open the Books Form – Forms buttonBooks form. Maximize • Add Record button. Add the following • 1-56604-229-1, HTML Publishing on the Internet, Budnick, Mendana PressThe Replace Command • 7. Replace Command – ViewDatasheet View – Ctrl+Home. – EditReplace. • Find What: Prentice-Hall • Replace with: Prentice Hall • Look in: Publisher
  • 15. • 8. Print a Report – Reports buttonPublisher report • Type Pretice Hall in the parameter dialog box. – Zoom boxFit – Print Preview – Print
  • 16. Changing Field Properties • Field size (Text) • Caption • Required
  • 17. Creating a Table (2.1) • A particular table should contain all information on a particular subject. – Book, student, employee, customers, catalog product, warehouse inventory, automobile inventory, bibliography, investment portfolio, etc. • What type of information do you want to maintain in a table?
  • 18. Two-Step Process • To create a Student table – 1. Define a table structure (in Design View) • • • • • • • • • • SSN FirstName Address City State Postal Code Phone BirthDate FinancialAid Credits Text Text Text Text Text Text Text Date Logical (Yes/No) Number – 2. Input data items (in Datasheet View)
  • 19. Using Table Wizard to Create Table • 1. Create a a New Database – Run Access. Click option button Blank Access Database. – In the Save In text box, select drive a: Go to folder Exploring Access. Save new file as My First Database. – Click the Create button.
  • 20. • 2. Create the Table – In the database window (My First Database), click the Tables button. – Click the New button (at the top). Select Table Wizard. Click OK. • 3. The Table Wizard – In the Table Wizard, click Business option button. In the Sample Tables list box, select Students (near the bottom). – Transfer StudentID, FirstName, LastName, Address, City, & StateOrProvince. – Rename StateOrProvince to State. – Add PostalCode and PhoneNumber.
  • 21. • 4. The Table Wizard (continued) – – – – – – Accept Students as the Name of the Table Accept Yes, set a primary key for me. Click Next. Click Modify the table design. Click Finish. FileSave • 5. Add Additional Fields – – – – – In the design view, enter BirthDate as a new field. Change Data type to Date/Time. Add Gender as Text field. Add Credits as Number field. Add QualityPoints as Number field. (NB. No space in field name)
  • 22. • 6. Change the Primary Key – – – – – Point to first field. Right-clickInsert Rows. Enter SSN for field name. In the Properties area, select Yes for Required box. Click SSN field, click Primary Key button. Click StudentID field. Right-clickDelete Rows. • 7. Add an Input Mask – Click in SSN. Click the Input Mask box in the Properties area. – Click the Build button (at right) – Select Social Security Number. – Try it by type 123456789. – Select BirthDate, show Input Mask, and choose Short Date format. Say Yes to Save.
  • 23. • 8. Change the Field Properties – Click FirstName. • In the Properties area, change size to 25. • In the Required box, choose Yes. – Click the State field. • Change size to 2 • In the Format box, type > – Click the Credits field • Change Field Size to Integer. • In the Default Value box, delete 0. – Click the QualityPoints • Change Field Size to Integer. • Delete 0 from the Default Value. • Save the table.
  • 24. • 9. Add a Validation Rule – Click Gender field. • Change size to 1. • In the Format box, type >. • Click the Validation Rule box. Type “M” or “F”. (This means that only M or F will be acceptable.) • In the Validation Text box, type “You must specify M or F.” • Save. • 10. Datasheet View – – – – Click the View button. Type 111111111 for SSN in the first record. Enter, to move to FirstName field. Enter Ronnie Adili. Enter the following (P AC-64) • 111-11-111 Ronnie, Adili, 3543 Queen Avenue, Minneapolis, MN 55476-9899 (612)445-7654 • 22222222 Christoper Gibson, 9807 S.W. 152 Street, Miami, FL 33157-232, (305)235-4563
  • 25. • 333333333, Nicholas, Korba, 85 Bayshore Drive, San Francisco, CA, 94114-5533, (415)664-0900 • 11. Enter Additional data – Enter two more records, deliberately making mistakes in Credits, S in Gender. • 12. Print the Table – FilePrint – Close
  • 26. Two-Step Process (2) • To create an Employee table – Define a table structure (in Design View) • • • • • • • • • • EmployeeID FirstName Address City State Postal Code WorkPhone DateHired Married Deductions Text Text Text Text Text Text Text Date Logical (Yes/No) Number – Input data items (in Datasheet View)
  • 27. Adding Fields • Click Design View button. • Insert new row after HomePhone. • Add WorkPhone (Text)
  • 28. Adding (and Changing) the Primary Key • Primary key makes each record unique in a table. • Try to choose a field that is naturally unique for each record. – – – – SSN for Employee record ISBN for Book record Call number of a library book Sales number • or, create a field of unique numbers (AutoNumber)
  • 29. Adding an Input Mask • To format certain data items automatically – – – – – SSN telephone number ZIP Date Time
  • 30. Report Wizard (3.1) • 1. Open the Our Students Database – Click Reports buttonNewReport Wizard • 2. ReportWizard – Click LastName, FirstName, PhoneNumber, & Major • 3. Report Wizard (cont) – – – – – – – Sort by LastName Tabular layout Portraait orientation Adjust field width so all fields fit on a page. Next Corporate. Next Title: Student Master List Finish
  • 31. • 4. Preview the Report – Preview at 75%. Close • 5. Modify an Existing Control – Click the border on containng the Now function from the footer to the header. – Align right (with button on toolbar) – Right-clickPropertiesFormat tabFormat propertyShort Date – Save • 6. Add an unbound control – Crate label in footer. – Type: Prepared by your name. – Right-click-PropertiesFont SizeFont Size9
  • 32. • 7. Change the Sort Order – – – – ViewSortingand Grouping. In Field Expression box, click Major On the next line, click LastName View • 8. View the Modifed Report – Print Preview – Save. Print • 9. Report Properties – – – – Click Report button on the database window. Select Student Master List. Right-clickPropertiesDescription text box Type: This report lists every student in alphabetical order by name within major. It also contains the student’s telephone number.
  • 33. Creating a Query • Query • lets user to ask questions • allows user to choose a subset of table that satisfy certain conditions • Given Students table • How many are from California? • Who are majoring in Business? • Who are from California AND majoring in Business?
  • 34. USA Table • The fields in the USA table are: – Name – Capital – Nickname – Year established – Population – Area – Region (Pacific, Mountain, New England, South Central, North Central, Middle Atlantic
  • 35. Queries • • • • • States in the Pacific region States in the Pacific OR New England region States with a population over 5,000,000 States established since 1900 States established before 1900 AND having a population over 5,000,000 • States established in the 1800’s • States established in the 1700’s
  • 36. Queries on Students • List all Business Majors • List Business Majors from Florida • List Communications Majors Receiving Financial • • • • Aid All Students from Florida Engineering Majors with Fewer than 60 Credits Students with 60 to 90 Credits Engineering Majors with Fewer than 60 Credits or Communicaitons Majors Born on or after April 1, 1974
  • 37. Creating a Select Query (3.2) • 1. Open Our Students database – QueriesNew – Design View is open • 2. Add the Students Table – Select Students tableAddClose. Maximize. Expand the upper portion. • 3. Create a query – Drag LstName field from Students table to the first column. – Drag FirstName, PHoneNUmber, Major, and Credits to the QBE grid. – Adding & Deleting fields
  • 38. • 4. Specify the Criteria – To display all UNDECIDED majors: • In Criteria row for Major, type Undecided • In Sort under LastName field, select Ascending • Save • Type Undecided Major as the Query name. Click OK. • 5. Run the Query – QueryRun (Run button) • 6. Modify the Query – – – – – To display all UNDECIDED majors with more than 30 credits Uncheck Show check box in the Major field In Criteria row under credits, type >30. Save. Run
  • 39. • 7. Create a Report – – – – – – – Open Our Students Database Click Reports buttonCreate report by using Wizard Tables/Queries list boxQuery: Undecided Major Click >> button. Next. Next, Next Tabular layout, Portrait orientation, Soft Gray. Title: Undecided Major. Finish • 8. View the Report – Place date in the header. – Place your name in the footer.
  • 40. Other Queries • All students from California or Florida • All Business students from Florida • All Education students from California or Florida • All Education students with credits over 30 • All Education students with credits between 30 and 60