Sample template for portfolio - I would prefer to see you do something more original!

Slides:



Advertisements
Similar presentations
Database Relationships in Access As you recall, the data in a database is stored in tables. In a relational database like Access, you can have multiple.
Advertisements

Creating Tables Unit 9 - Databases.
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
A spreadsheet is like a big table. It contains rows and columns which work together. Left-click to go to the next slide.
Access Lesson 2 Creating a Database
Microsoft Access Manual 1 By Dhawala Kovuri Elham S.Khorasani Ismail Guneydas.
Access Tutorial 1 Creating a Database
Creating a Blank Database 1. Open up Microsoft Access 2. Click on Blank document button 3. On the right panel, Specify the location for saving your database.
COMPREHENSIVE Access Tutorial 2 Building a Database and Defining Table Relationships.
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
Database Software Application
Creating a table in Access. Table Design Considerations Just as you first create a blueprint to build a house, you should first sketch or outline the.
Microsoft Access Review for Access Exam. Columns are called FIELDS Rows are called RECORDS Navigation Pane:  On left; used to organize DB objects  Collapsable.
Microsoft Access 2000 Creating Tables and Relationships.
Access Lesson 2 Creating a Database
Lesson 28: Exploring Access Learning Objectives After studying this lesson, you will be able to:  Define database and key terms associated with.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 4 – Creating New.
Access Tutorial 2 Building a Database and Defining Table Relationships
Step 1:Introduction to a Database Definition: A database is a collection of information held together in an organised manner. For example: A library could.
Database Evidence Elena Rybka. Field Names Entering Field Names 0 I entered all of the Field Names that were specified in the Data Item list provided.
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
DATABASE. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.
® Microsoft Office 2010 Access Tutorial 2 Building a Database and Defining Table Relationships.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Complete theory from last lesson… Put today’s date in the front of your book Read pages 46 and 47 of the textbook…
COMPREHENSIVE Access Tutorial 6 Using Form Tools and Creating Custom Forms.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
® Microsoft Office 2013 Access Creating a Database.
Unit 5, Lesson 1 Working with Databases. Objectives Identify the parts of the Access screen. Identify the parts of the Access screen. Understand the purpose.
XP Chapter 2 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Building The Database Chapter 2 “It is only the farmer.
A Skills Approach Access 2010 Working with Tables © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 2.
Introduction to Access 2010 CIS120first.accdb is the database I am creating.
OBJECTIVES  Understand relational databases  Explore a database  Create a database  Create a table  Create primary keys  Relate two tables  Enter.
Introduction to a Database Definition: A database is a collection of information held together in an organised manner. For example: A library could be.
Planning & Creating a Database By Ms. Naira Microsoft Access.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
Producing a Mail Merged Letter Step 1 Create an Access database for Names and Addresses you can use the ‘Customers’ template in Group Work. Enter the necessary.
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. Concept 1 Database – Organized collection of related information.
Designing a Relational Database 13.4 Page A database should be created based on a design  Three steps Determine what information should be stored.
Ennis-Cole, AC 2.01, CECS Maintaining A Database By: Dr. Ennis-Cole.
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.
1 Microsoft Access 2002 Tutorial 2 – Creating And Maintaining 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.
Access Tutorial 2 Building a Database and Defining Table Relationships
Creating a database table
Unit 16 – Database Systems
On new..
Access Creating a Database
Access Creating a Database
Access Database for CIS17
Please use speaker notes for additional information!
Access Lesson 2 Creating a Database
Using Access 2016 Since we are creating a new Access database, we need to select blank database.
Access Lesson 2 Creating a Database
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..
I am opeing Access 2003 in the Microsoft Office.
On new..
Access Database for CIT12
Access Tutorial 2 Building a Database and Defining Table Relationships
Access Tutorial 2 Building a Database and Defining Table Relationships
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
Using Access to generate a report
Database – Mobile Phones
Template for the portfolio.
Presentation transcript:

Sample template for portfolio - I would prefer to see you do something more original!

This is Access 2007 which we started to use today to create a database. When I click on new it gives me the chance to name a database with a.accdb extension and choose where to store it.

The name I gave the database is student.accdb

It loads showing the datasheet. That is not what I want to work with, so I click on the icon with the tools.

I also renamed this to stu, on the next slide you will see stu instead of table1.

Now it is in design view which is what I want to use to create the structure. I want to give my name to the fields and my data types as well. I do not want auto number because it numbers as 1, 2, 3 etc.

I am now in design mode. I changed the name of the field to stuid and made it a data type of text - it could have been number.

Now I have changed the size from the default of 255 to a more realistic number of 4. This field is the primary key which means it must contain a unique stuid.

Now I am adding fields to the record structure. stuname has a type of text and a size of 45.

Do not put embedded spaces in the field name. You can use an underscore, or you can change case on the first letter of the new word as I did no the next slide or you can just put in all together which was my solution.

I made this a numeric field of type integer.

This number has decimals so I made it type single.

If I click on view I will see the datasheet view where I can start to enter data.

Now I can key in data. Remember that stuid has to hold unique data. No two stuids can be the same.

Discussion of the homework assignment.