Creating a New Database



Similar documents
Creating a Database in Access

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2010

Chapter 5. Microsoft Access

How To Understand The Basic Concepts Of A Database And Data Science

Getting Started with Access 2007

If the database that is required is similar to a template then whole database can be generated by using a template that already exists.

Microsoft Access 2007 Introduction

Microsoft Access Basics

Using Microsoft Access Databases

Using Microsoft Access

Microsoft Office 2010

INTRODUCTION TO DATABASES USING MICROSOFT ACCESS

Microsoft. Access HOW TO GET STARTED WITH

ECDL. European Computer Driving Licence. Database Software BCS ITQ Level 1. Syllabus Version 1.0

MS Access: Advanced Tables and Queries. Lesson Notes Author: Pamela Schmidt

MS Access Lab 2. Topic: Tables

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro

Creating a Distribution List from an Excel Spreadsheet

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008

Create a New Database in Access 2010

Microsoft Access XP Session 1 Week 8

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Microsoft Access 2010 Part 1: Introduction to Access

Setting up a basic database in Access 2007

Topic: Relationships in ER Diagram and Relationships in MS Access

PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH:

Advanced Database Concepts Using Microsoft Access

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior.

What is a database? The parts of an Access database

Instructions for applying data validation(s) to data fields in Microsoft Excel

IN THIS PROJECT, YOU LEARN HOW TO

Creating a New MS-Access Database

4. The Third Stage In Designing A Database Is When We Analyze Our Tables More Closely And Create A Between Tables

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

Working with SQL Server Integration Services

Microsoft Access 2003 Module 1

Microsoft Access Introduction

Microsoft Access 2007 Module 1

In-Depth Guide Database Basics Creating and Populating

How to set up a database in Microsoft Access

TAMUS Terminal Server Setup BPP SQL/Alva

Use Find & Replace Commands under Home tab to search and replace data.

Microsoft Access 2010

Databases with Microsoft Access. Using Access to create Databases Jan-Feb 2003

Creating IBM Cognos Controller Databases using Microsoft SQL Server

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences

How to manage the Adaptive Call Recorder (v.9-50)

MS Access. Microsoft Access is a relational database management system for windows. Using this package, following tasks can be performed.

Basics. a. Click the arrow to the right of the Options button, and then click Bcc.

Accounts Payable Expense Distribution Tables

Computer Science 125. Microsoft Access Project

Introduction to Microsoft Access

Access Creating Databases - Fundamentals

Access Tutorial 1 Creating a Database. Microsoft Office 2013 Enhanced

Microsoft Access 2000

Sync Appointments from the Schedule Certifications Screen

Knowledgebase Article

Lab Manual. Databases. Microsoft Access. Peeking into Computer Science Access Lab manual

File Management Using Microsoft Windows

Field Name Data Type Description Field Size Format

Utility Software II lab 1 Jacek Wiślicki, jacenty@kis.p.lodz.pl original material by Hubert Kołodziejski

ITCS QUICK REFERENCE GUIDE: EXPRESSION WEB SITE

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

A Basic introduction to Microsoft Access

Instructions for Creating an Outlook Distribution List from an Excel File

Protus Virtual Fax Send Fax Plug-in Installation and User Guide

DATA HANDLING: SETTING UP A DATABASE

Creating a Database using Access 2007

Export the address book from the Blackberry handheld to MS Outlook 2003, using the synchronize utility in Blackberry Desktop Manager.

User Services. Microsoft Access 2003 II. Use the new Microsoft

Ken Goldberg Database Lab Notes. There are three types of relationships: One-to-One (1:1) One-to-Many (1:N) Many-to-Many (M:N).

Appendix A How to create a data-sharing lab

MICROSOFT ACCESS A. CREATING A DATABASE B. CREATING TABLES IN A DATABASE

General User/Technical Guide for Microsoft Access

OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher

Microsoft Access 2010: Basics & Database Fundamentals

2. Unzip the file using a program that supports long filenames, such as WinZip. Do not use DOS.

Creating and Using Databases with Microsoft Access

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data.

MICROSOFT ACCESS 2003 TUTORIAL

PortfolioCenter Export Wizard in Practice: Evaluating IRA Account Holder Ages and Calculating Required Minimum Distribution (RMD) Amounts

TAMUS Remote Desktop Setup For BPP SQL & Alva

MICROSOFT OFFICE ACCESS LEVEL 1

Using Microsoft Access


Task 1 : Implement a table in your database to represent the CarModel entity

Working with Access Tables A Continuation

Microsoft Access 2010 Tables & Field Properties

Introduction to Microsoft Access 2003

A computer running Windows Vista or Mac OS X

Steps to Create a Database

Microsoft Excel 2013: Using a Data Entry Form

To successfully initialize Microsoft Outlook (Outlook) the first time, settings need to be verified.

NSSRS Desktop Database Version 11.0 User Guide Version 1.0 July 15, 2015

Access 2010 Intermediate Skills

Windows XP Chinese Character Support Installation Instruction

Introduction to Microsoft Access 2007

Transcription:

A. Starting Microsoft Access 2000 1. From the Desktop, click the Start button to display its menu items. 2. Click to select Microsoft Access from the Programs menu. B. 1. In the Microsoft Access dialog box, click to select the Blank Access database option. 1. Click the Blank Access database option. 2. Click the OK button. 2. Click the OK button. 3. In the File New Database dialog box, move to the desired directory (e.g., A:). 3. Move to the desired directory (e.g., A:). 4. Replace db1 with ITClass. 5. Click the Create button. 4. In the File name text box, replace db1 with ITClass. 5. Click the Create button. Designed by T. S. Wong 1 http://www.wong-sir.com

C. Creating a New Table 1. Click to select the Tables object if necessary. 1. Click to select Tables if necessary. 2. Double-click Create table in Design view. 2. Double-click the Create table in Design view option. 3. In the Table1: Table dialog box, enter StudentID in the first Field Name text box, and then press the Tab key to move to the Data Type text box. 3. Enter StudentID here. 4. Leave Text unchanged for Data Type. 5. Change the Field Size to 8. 4. Leave Text unchanged for Data Type. 5. Change the Field Size from 50 to 8. Designed by T. S. Wong 2 http://www.wong-sir.com

6. Similarly, create two more fields with the structure below: Field Name Data Type Field Size Name Text 20 Class Text 2 6. Create two more fields: Name and Class. 7. Enter ClassNo as the fourth field. 7. Enter ClassNo here. 8. Click the Down arrow to display the drop-down list. 9. Select Number for Data Type. 8. In the Data Type text box, click the Down arrow to display the drop-down list. 9. Click to select Number for Data Type. Designed by T. S. Wong 3 http://www.wong-sir.com

10. Change the Field Size from Long Integer to Integer. 10. Select Integer from the drop-down list. 11. Create five more fields with the structure below: Field Name Data Type Field Size Birthday Date/Time - Address Text 30 Hobby Text 50 SAMember Yes/No - Remarks Memo - 11. Create the Birthday, Address, Hobby, SAMember, and Remarks fields as before. Designed by T. S. Wong 4 http://www.wong-sir.com

D. Setting the Primary Key Field 1. Click on the box to the left of the StudentID field to select the entire row. 1. Click here to select the row. 2. Click the Primary Key button on the Toolbar to set the StudentID field as the primary key. 2. Click the Primary Key button on the Toolbar. E. Saving the Table 1. Click the Save button on the Toolbar to save the Table. 1. Click the Save button on the Toolbar. 2. In the Save As dialog box, replace Table1 with Students. 3. Click the OK button. 3. Click the OK button. 2. Replace Table1 with Students. Designed by T. S. Wong 5 http://www.wong-sir.com

F. Closing the Table in Design View 1. Click the Close box of the Students: Table window to close the Students Table in Design View. Click the Close box to close the Students: Table window in Design View. G. Entering Data in Datasheet View 1. Click to select the Tables object if necessary. 1. Select the Tables object if necessary. 2. Double-click the Students table to open it in Datasheet View. 2. Double-click the Students table to open it in Datasheet View. Designed by T. S. Wong 6 http://www.wong-sir.com

3. Click the Maximize box to expand the Students: Table window. 3. Click the Maximize box to expand the Students: Table window in Datasheet View. 4. Enter the following data in the Students table in Datasheet View. StudentID Name Class ClassNo Birthday Address Hobby SAMember Remarks 19980123 Andrew 4A 1 1986/04/23 Homantin Basketball, Eating No 19981034 Ann 4A 2 1986/07/11 Mongkok Reading, Sleeping Yes 19981031 Anthony 4B 1 1986/01/19 Homantin Running, Hiking, Yes Monitor Swimming 19980029 Betty 4B 2 1986/12/13 Homantin Music, Singing, Yes Reading 19980998 Carol 4A 3 1986/10/08 Mongkok Reading Yes Monitor 19980366 Catherine 4B 3 1986/03/14 Mongkok Roller skating, No Skipping 19980115 Jack 4A 4 1985/08/22 Tuen Mun Singing, Running Yes Prefect 19981002 Jacob 4B 4 1986/04/23 Homantin Eating, Reading Yes 19980333 Jane 4A 5 1986/10/29 Tsuen Wan Skipping, Eating Yes 19980246 Joseph 4B 5 1986/03/23 Shatin Cycling, Running, Swimming, Reading Yes Prefect The dates should be entered in the order of Year/Month/Day (e.g., 1986/04/23). Click to put a check mark in the box to indicate the option Yes. Click again to remove the check mark. An empty box indicates No for the option. Designed by T. S. Wong 7 http://www.wong-sir.com

H. Exiting Microsoft Access 2000 1. Click the Close box of the Students: Table window to close the Students Table in Datasheet View. 1. Click the Close box to close the Students table. 2. Choose Exit from the File menu to excess Microsoft Access 2000. 2. Choose Exit from the File menu. Data Types Supported by Microsoft Access 2000 Type Text Memo Number Date/Time Currency AutoNumber Yes/No OLE Object Size 255 characters 64,000 bytes Byte = 0 to 255 (1 Byte) Integer = -32,768-32,767 (2 bytes) Long Integer = -2,147,483,648 to 2,147,483,647 (4 bytes) Single = -3.4 x 1038 to 3.4 x 1038 (4 bytes) Double = -1.797 x 10308 to 1.797 x 10308 (8 bytes) ReplicationID = 16 bytes 8 bytes 8 bytes 4 bytes 1 bit 1 GB (maximum) Designed by T. S. Wong 8 http://www.wong-sir.com