ms access how and why second semester first quarter project one

18
MS ACCESS How and Why Second Semester First Quarter Project One

Upload: oswin-carpenter

Post on 21-Jan-2016

219 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: MS ACCESS How and Why Second Semester First Quarter Project One

MS ACCESSHow and Why

Second Semester

First Quarter

Project One

Page 2: MS ACCESS How and Why Second Semester First Quarter Project One

Getting Set-up

• Go to Start• Programs• Find MS Access

– Purple Key– May be in MSOffice

• Right click to open short menu

Page 3: MS ACCESS How and Why Second Semester First Quarter Project One

Put MSACCESS on Desktop

• Choose “Send to”• Choose “Desktop

(create shortcut)• Go to the Desktop

Page 4: MS ACCESS How and Why Second Semester First Quarter Project One

Put icon on task bar

• Left click MSAccess icon and hold

• This makes a copy of the icon

• Drag the icon down to the task bar

• Release the left button

• The icon is now on the task bar

Page 5: MS ACCESS How and Why Second Semester First Quarter Project One

Old Methods of Data Storage…• Store information on paper

– Notecards– File folders– Sheets (scraps) of paper– Rolodex™– Post-it Notes™

• Organize information by– Shuffling papers– Sorting through a dozen file folders– Panicking

Page 6: MS ACCESS How and Why Second Semester First Quarter Project One

Why Use a Database?• Organize information

– Create a database for your information– Use forms for data entry– Use queries to get information– Use tables to store information– Use relationships to connect information

• Add time to set-up• Reduce time (energy, panic) and duplication• Increase availability of data

– Multiple reports, charts, forms, etc.– Multiple users at multiple sites—networking or e-mail

• Increase security—control access to different levels of data base

Page 7: MS ACCESS How and Why Second Semester First Quarter Project One

Database

• Database--collection of information that's related to a particular subject or purpose, such as tracking customer orders or maintaining a music collection. – Made of tables, forms, queries, etc.

Page 8: MS ACCESS How and Why Second Semester First Quarter Project One

Table• Table--a collection of data about a

specific topic– Use a separate table for each topic: you

store that data only once– Set of one type of data

• All the demographics of students in a class• All the grades for students in a class• All the videos in a collection

– results in a more efficient database and fewer data-entry errors.

Page 9: MS ACCESS How and Why Second Semester First Quarter Project One

TableTables organize data into

• columns (called fields)

–name, address, phone #

• rows (called records)

–Record: above info for one person

Similar to a spreadsheet but without the letter/number headings

Page 10: MS ACCESS How and Why Second Semester First Quarter Project One

Forms

• Form--type of a database object primarily (most often) used to enter or display data in a database.

• Less often as a switchboard that opens other forms and reports in the database

• Or as a custom dialog box that accepts user input and carries out an action based on the input.

Page 11: MS ACCESS How and Why Second Semester First Quarter Project One

Sample Data Entry Form

Page 12: MS ACCESS How and Why Second Semester First Quarter Project One

Sample Table with related form

Page 13: MS ACCESS How and Why Second Semester First Quarter Project One

Making a ReportUse wizard to choose desired fields

Can be from several tables

Page 14: MS ACCESS How and Why Second Semester First Quarter Project One

Report• Present data to others in some organized form• May contain information from multiple tables

Page 15: MS ACCESS How and Why Second Semester First Quarter Project One

Relationships

• Relationships—connections between two or more database objects—a form and a table or two tables and a report, etc.– work by matching data in key fields — a field

with the same name in both tables. • A primary key from one table, which

provides a unique identifier for each record• A matching foreign key in the other table.

Page 16: MS ACCESS How and Why Second Semester First Quarter Project One

Queries

• Query--used to view, change, and analyze data in different ways. You can also use them as a source of records for forms, reports, and data access pages. There are many kinds:– Select Parameter Crosstab– Action SQL – You’ll learn about them later!

Page 17: MS ACCESS How and Why Second Semester First Quarter Project One

Vocabulary on Quiz

• Database

• Table

• Form

• Field

• Record

• Query

• Relationship

• Report

• Keys

– Primary in original table

– Foreign in related table

• Demographics

Page 18: MS ACCESS How and Why Second Semester First Quarter Project One

Download files from Text Site• Go to SC Site:

http://www.scsite.com/off2000/default.cfm• Find: Advanced Data Disk Files

Access 2000 Data Disk• Click on that and choose Save• Create a folder on your drive names

“AccessFiles”• Save the Access files into your new folder• When the download is finished, click Open• Unzip the files INTO YOUR NEW

FOLDER