Working with Access Tables A Continuation

Similar documents
Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2007

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

MS Access Lab 2. Topic: Tables

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

Using Microsoft Access Databases

Field Properties Quick Reference

Filter by Selection button. Displays records by degree to which they match the selected record. Click to view advanced filtering options

Tutorial 3. Maintaining and Querying a Database

Microsoft Office 2010

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

Access Part 2 - Design

Using Ad-Hoc Reporting

Database Applications Microsoft Access

Creating an Address Book Database

Check out our website!

Creating a Database in Access

MICROSOFT ACCESS 2007 BOOK 2

What is a database? The parts of an Access database

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

Microsoft Access 2010 Overview of Basics

Creating an Access Database. To start an Access Database, you should first go into Access and then select file, new.

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access.

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

Aeries Student Information System Attendance Notes October 3, 2008

Access NAMES Computerized Database

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

Microsoft Access 2007 Module 1

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

Microsoft Access Basics

Access 2010 Intermediate Skills

Microsoft Access 2007 Advanced Queries

MICROSOFT ACCESS 2003 TUTORIAL

Computer Science 125. Microsoft Access Project

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

Microsoft Access 2010: Basics & Database Fundamentals

Access Creating Databases - Fundamentals

Getting Started with Access 2007

Microsoft Access 2003 Module 1

Lab 2: MS ACCESS Tables

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

Creating a Database using Access 2007

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

In This Issue: Excel Sorting with Text and Numbers

Chapter 5. Microsoft Access

Microsoft. Access HOW TO GET STARTED WITH

Designing Reports in Access

Colorado Medical Assistance Program Web Portal Dental Claims User Guide

The Smart Forms Web Part allows you to quickly add new forms to SharePoint pages, here s how:

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

Course Title: Microsoft Access Basic Duration: 12 hours

Creating tables in Microsoft Access 2007

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

Steps to Create a Database

Microsoft Access 2010 Basics & Database Fundamentals

Clean Up Rules Quick Steps Search Tools Change Views Export Data Convert to tasks Contact Groups. Outlook Functions

SIMPLE INSTRUCTIONS FORMS IN WORD ACCESS DATABASE FOR THE SF330

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

IN THIS PROJECT, YOU LEARN HOW TO

Microsoft Access 2010 Part 1: Introduction to Access

Training Needs Analysis

How to set up a database in Microsoft Access

2009 Braton Groupe sarl, All rights reserved.

Process Document Campus Community: Create Communication Template. Document Generation Date 7/8/2009 Last Changed by Status

Microsoft Access Introduction

IENG2004 Industrial Database and Systems Design. Microsoft Access I. What is Microsoft Access? Architecture of Microsoft Access

TheFinancialEdge. Fast! Guide

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS


Structure a Database. Key Concepts LESSON. Access 380. Lesson 2: Structure a Database. Standards

Houston Region Diesel Engine Database Minimum System Requirements Installation Instructions Quick Start Guide version 0.1

Microsoft Access 2010 handout

2012 Teklynx Newco SAS, All rights reserved.

NATIONAL INSTITUTE OF HOTEL MANAGEMENT, KOLKATA

Access Queries

Objectives. Understand databases Create a database Create a table in Datasheet view Create a table in Design view

Excel Database Management Microsoft Excel 2003

Create a New Database in Access 2010

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

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

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

Netmail Search for Outlook 2010

Creating QBE Queries in Microsoft SQL Server

Tutorial 3 Maintaining and Querying a Database

MICROSOFT OFFICE ACCESS NEW FEATURES

This training module reviews the CRM home page called the Dashboard including: - Dashboard My Activities tab. - Dashboard Pipeline tab

Handout: Creating Forms in Word 2010

Business Reports. ARUP Connect

Checkbox 6 Invitation Guide

Avery Wizard: Using the wizard with Microsoft Word. This is a simple step-by-step guide showing how to use the Avery wizard in word

TheEducationEdge. Export Guide

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced

Transcription:

Working with Access Tables A Continuation This document provides basic techniques for working with tables in Microsoft Access by setting field properties, creating reference tables, sorting and filtering data, and using the find/replace feature. Setting Field Properties When fields are created in the table, there are a number of properties that can be set to better streamline the data entry process. Field properties are set in Design View. 1. Properties for each field can be adjusted in the Field Properties area. a. Check the field size for appropriate length. For best performance, set it for the smallest sufficient size. Fields with a number data type have a dropdown list of specified sizes from which to choose. Information Technology Services, UIS 1

b. The Format property allows you to customize the way the field appears by default. This is especially useful for numbers and dates. c. The Input Mask displays characters to aid in data entry, like adding dashes in a SSN or parentheses in a phone number. A short wizard walks you through the process. d. The Caption is the label that is used on forms, queries, and reports. If left blank, the field name is used. e. Default value automatically assigns a specified value when a new record is added. This can be helpful for data entry of fields that typically have the same value, like making the default value of state IL. f. Validation rules can be set in order to add or change the value of the field. For example, you could set a validation rule on hourly wage to be greater than $7.49. g. The validation text is the message that appears when the validation rule is broken. Information Technology Services, UIS 2

h. Required is set to No by default. If changed to Yes, you will not be able to save a record if that field is left blank. i. Setting a field to Index speeds up read access, so that functions like sorting and filtering are faster. However, indexes cause other operations (like append and delete) to take longer. j. Smart tags label data as a particular type, and as such, can associate an action with that tag. k. Text format is available for memo fields only. It allows the data to be stored as HTML and permits rich formatting. l. Show date picker is available for date/time fields only. It shows a calendar control from which users can select a date. Please note that it is not available if an input mask is used. 2. The Lookup tab provides additional opportunities to aid in data entry. For example, if one of the fields is Department, you might create a reference table that lists each department. Then you can reference that table as a Lookup table so that the Information Technology Services, UIS 3

Departments can be chosen from a dropdown list. Working with Data Once data is entered into a table, Access provides a host of options to aid in working with the data. 1. Records can be sorted. a. Click in the field by which you want to sort and then, on the Home tab, click the Sort Ascending or Sort Descending button. b. Or click the dropdown arrow next to the field title and choose the sort order. c. To sort by multiple levels, on the Home tab, click the Advanced button and then click Advanced Filter/Sort. Information Technology Services, UIS 4

Arrange the sort order in the grid. This table will first be sorted by Job Title, and then by Last Name within each Job Title. 3. There is a Filter by Selection utility that is helpful for quickly finding records with common values. a. Select the value that you want to filter and click the Selection button on the Home tab. b. Click the Advanced button and click Clear All Filters to see all the records. Information Technology Services, UIS 5

4. Access 2007 comes with enhanced filtering options. a. Simply click on the dropdown arrow next to the field name to select multiple values by which to filter. b. You can also customize the filter by using the parameters under Text, Number, or Date Filters (based on the data type). 5. The Find button can also be helpful for finding particular records. a. Click in the field that you want to search. b. Click the Find button on the Home tab. Information Technology Services, UIS 6

c. Enter the value for which you are searching and click Find Next. Continue clicking the Find Next button until you come to the desired record. d. This utility also includes a Replace feature that allows you to find a particular value and replace it with another value. For example, if an employee changes her name, you can use the Find/Replace feature to quickly update every instance of her name in the entire table. Information Technology Services, UIS 7