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

Similar documents
MS Access Lab 2. Topic: Tables

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2013

Microsoft Office 2010

Chapter 5. Microsoft Access

Lab 2: MS ACCESS Tables

Microsoft Access Basics

Microsoft Access 2010 handout

Microsoft Access Introduction

To determine the fields in a table decide what you need to know about the subject. Here are a few tips:

Microsoft Access 2007 Introduction

Introduction to Microsoft Access 2003

Create a New Database in Access 2010

Creating a Database in Access

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

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

Microsoft Access 2010 Part 1: Introduction to Access

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

IN THIS PROJECT, YOU LEARN HOW TO

Creating and Using Databases with Microsoft Access

MICROSOFT ACCESS 2003 TUTORIAL

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

Microsoft Access 2007 Module 1

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

Microsoft Access 2010 Overview of Basics

Microsoft Access 2003 Module 1

Creating and Using Forms in SharePoint

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

ACCESS Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818)

Quick Start Guide. Microsoft Access 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

Exploring Microsoft Office Access Chapter 2: Relational Databases and Multi-Table Queries

A Basic introduction to Microsoft Access

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

Microsoft Office Access 2007 Basics

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports

Check out our website!

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

Planning and Creating a Custom Database

Quick Start Guide. Microsoft Access 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

MICROSOFT ACCESS 2007 BOOK 2

- Suresh Khanal. Microsoft Excel Short Questions and Answers 1

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

Access Queries (Office 2003)

Information Technology Services Kennesaw State University

Microsoft Office Access 2007 which I refer to as Access throughout this book

Using Microsoft Access Databases

Introduction to Microsoft Access XP

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

Access Tutorial 1 Creating a Database. Microsoft Office 2013 Enhanced

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES

Consider the possible problems with storing the following data in a spreadsheet:

Getting Started with Access 2007

Microsoft. Access HOW TO GET STARTED WITH

Customized Reports using Microsoft Access 2010

Tutorial 3. Maintaining and Querying a Database

Microsoft Office 2010

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

Access I Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise

Microsoft Access XP Session 1 Week 8

SHAREPOINT 2010 FOUNDATION FOR END USERS


Intellect Platform - Tables and Templates Basic Document Management System - A101

MICROSOFT OFFICE ACCESS LEVEL 1

Microsoft Access 2010: Basics & Database Fundamentals

ICP Data Entry Module Training document. HHC Data Entry Module Training Document

What is a database? The parts of an Access database

The LSUHSC N.O. Archive

Using Microsoft Access

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009

Access Part 2 - Design

Getting Started with Access 2007

Introduction to Microsoft Office Access 2010

Databases in Microsoft Access David M. Marcovitz, Ph.D.

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

Microsoft Access Part I (Database Design Basics) ShortCourse Handout

Simple Invoicing Desktop Database with MS Access c 2015 by David W. Gerbing School of Business Administration Portland State University

Introduction to Microsoft Access 2007

General User/Technical Guide for Microsoft Access

Reduced Quality Sample

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013)

Search help. More on Office.com: images templates

Using an Access Database

In This Issue: Excel Sorting with Text and Numbers

MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT S

Access Tutorial 1 Creating a Database

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

MICROSOFT ACCESS TABLES

EXCEL Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development

Getting Started The Windows SharePoint Services Window

Databases and Microsoft Access II

Excel for Data Cleaning and Management

SAP BusinessObjects Financial Consolidation Web User Guide

Introduction to. Microsoft Access Practicals

European Computer Driving Licence

Word 2010: Mail Merge to with Attachments

Transcription:

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

INDEX Microsoft Access- An Overview 2 Datasheet view 4 Create a Table in Datasheet View 5 Design view 9 Create a table in Design View 10 Table and field properties 13 Sort and filter group 16 External data tab 20 Import option 21 Export option 23 1

Microsoft Access- An Overview Microsoft Access also known as Microsoft Office Access is a Database Management System or DBMS from Microsoft that combines the relational Microsoft Jet Database Engine with a Graphical user interface and software-development tools. It helps us manage data stored in a computer database. A Database is a tool for collecting and organizing information. Database can store information about people, products, orders, or anything else. 2

An Access database stores its tables in a single file, along with other objects, such as forms, reports, macros, and modules. Databases created in the Access 2010 format have the file extension.accdb, and databases created in earlier Access formats have the file extension.mdb. Using Access, we can do the following : Add new data to a database, such as a new item in an inventory Edit existing data in the database, such as changing the current location of an item Organize and view the data in different ways Share the data with others via reports, e-mail messages, an intranet, or the Internet. 3

Datasheet View Datasheet View : A view that displays data from a table, form, query, view, or stored procedure in a row-and-column format. In Datasheet view, you can edit fields, add and delete data, and search for data. In Access 2007, you can also modify and add fields to a table in Datasheet view. A Datasheet View 4

Create a table in Datasheet view Datasheet view provides a visual way to create a table. Start by creating a new, blank database or by adding a new table to an existing database. Either method opens a new table in Datasheet view. Notice that the new table contains a field called ID. That s your primary key, so you don t need to create one. The process, in Datasheet view. 5

Datasheet view provides a visual way to create a table. To add your fields, click the first blank field header the words Click to Add. That starts a menu of data types, and you select a data type for the field. After that, the field header then becomes available for writing, so... The process, in Datasheet view. 6

Datasheet view provides a visual way to create a table. You just type the field name and press ENTER. Doing that shifts the focus to the next field, where you repeat the process. As you work, remember that if your field names contain more than one word, don t use spaces between the words. The process, in Datasheet view. 7

Datasheet view provides a visual way to create a table. When you ve finished, press CTRL+S, or go to the Quick Access Toolbar and click Save. That starts a Save As dialog box, where you enter a name for the table and then save it. The process, in Datasheet view. 8

Design View Design view: A view that shows the design of these database objects: tables, queries, forms, reports, and macros. In Design view, you can create new database objects and modify the design of existing objects. A Design View 9

Create a table in Design view Design view allows you to build a table from scratch and set or change every available property for each field. You can also open existing tables in Design view and add, remove, or change fields. Using Design view. 10

On the Create tab, in the Tables group, click Table Design. In the Field Name column of the designer, enter the names of your table fields. As a rule, the first field you create should be your primary key field. And remember that you don t need to add any foreign key fields now. You can do that when you create your relationships. Using Design view. 11

In the Data Type column, use the list next to a field name to choose a data type for that field. Optionally, use the Field Properties pane to set properties for individual fields. As always, save your changes and give your new table a name that describes the data it contains. Using Design view. 12

Table and Field Properties TABLE PROPERTY In an Access database, table properties are attributes of a table that affect the appearance or behaviour of the table as a whole. A table opens in Design view and its properties are set in the table s property sheet. For example, one can set a table s Default View property to specify how the table is displayed by default. 13

FIELD PROPERTY A field property defines one of the field's characteristics or an aspect of the field's Behaviors and applies to a particular field in a table through Datasheet view. One can also set any field property in Design view by using the Field Properties pane. 14

A characteristic of a field that determines what kind of data it can store. For example: a field whose data type is Text can store data consisting of either text or numeric characters, but a Number field can store only numerical data. 15

Sort and Filter group FILTER A set of criteria applied to data in order to display a subset of the data or to sort the data. In Access, you can use filtering techniques, such as Filter By Selection and Filter By Form, to filter data. For example: you can view the records of only those people whose birthdays fall during a specific month by clicking the appropriate menu commands 16

The filters that are available to you depend on the type of data that is in the selected column. All Dates in Period filters ignore the day and year portion of the date values. Icons in the column header and the record navigator bar indicate that the current view is filtered on the Birth Date column. Hovering the mouse over the column heading displays a tip showing the current filter criterion. Outcome of a filter selection 17

Microsoft Office Access 2007 SORTS records in ascending or descending order without regard to case. Number, Currency, AutoNumber Text, Memo, Hyperlink Yes/No Date/Time 18

The following table demonstrates, how an ascending sort order in Access differs from a case- sensitive sort order 19

External Data Tab External data is one of the tab of Microsoft Access which provides us the facility of exporting any data from access as well as importing any other data, tables etc. from outside to access database. This tab has options like Import, Export, Collect Data and SharePoint Lists. 20

Import Options To copy data from a text file, spreadsheet file, or database table into an Access table. You can use the imported data to create a new table, or you can append (add) it to an existing table that has a matching data structure. 21

22

Export Option To copy data and database objects to another database, spreadsheet file, or file format so that another database or program can use the data or database objects. You can export data to a variety of supported databases, programs, and file formats. 23

Various Export Options Saved Exports: Excel Export: SharePoint Lists Export: PDF or XPS: View and run import operations that has been previously saved Export selected documents in spreadsheets in a Microsoft office excel file Export selected objects as SharePoint Lists Export selected documents to a pdf or xps file format 24

THANK YOU