Affiliates

Amazon.com


Popular Microsoft Access Books

Building Microsoft Access Applications
Building Microsoft Access Applications
Author: John L. Viescas 

Access 2003 All-in-One Desk Reference for Dummies
Access 2003 All-in-One Desk Reference for Dummies
Author: Alan Simpson 

Access 2003 for Dummies
Access 2003 for Dummies
Author: John Kaufeld 

Office 2007 All-in-One Desk Reference For Dummies
Office 2007 All-in-One Desk Reference For Dummies
Author: Peter Weverka 

Microsoft Office Access 2003 Step by Step
Microsoft Office Access 2003 Step by Step
Author: Online Training Solutions Inc. 

Access 2007 Bible
Access 2007 Bible
Author: Michael R. Groh 

Microsoft Office Access
Microsoft Office Access
Author: Steve Lambert 

Beginning Access 2003 VBA
Beginning Access 2003 VBA
Author: Denise M. Gosnell 

Microsoft Office Access 2003
Microsoft Office Access 2003
Author: Gary B. Shelly, Thomas J. Cashman.... 

Popular MS Access Related Websites

Microsoft Corporation 













Microsoft Access 2007 Tutorials for beginners    

Welcome to MS Tips and Tricks
Welcome to MS Tips and Tricks - You are at the right place if you need tutorials for beginners - Online Microsoft Access tutorials for beginners, covering the following categories - Databases, Customization, Table, Forms, Queries, Reports, etc.,

  Microsoft Access Tips and Tricks for beginners
Create databases {Tutorial for beginners}  
 
Written by Ravi Prakash  
Friday, 29 June 2007
Category MS Access 2007 - Queries.  
 
General Information
 
 
Database normalization
Relationships in Access 2007
Create queries
Open a recently used database
Open a database through Microsoft Office Access button
Close a database
 
 
Database normalization
 
Database normalization is the process to organize the data of a data base. It includes the creation of tables and the establishment of relations among them according to designed rules by eliminating the incoherent redundancy and dependencies. 
 
Redundancy data waste disk space and create maintenance problems. If there is to change data that exist in more of a place, they are due to change exactly of the same form in all his locations. A change in the direction of a client is much easier to implement if the data only store in the table Clients and not in some other place of the data base. 
 
Microsoft Access 2007 uses the relational model for the database management which is based on the logic of predicates where the data is represented by mathematical n-ary relations. Each relation is represented by the composition of fields stored in tables that represent these n-ary relations. 
 
To transform a database in a relational database there are several normalization forms to apply: 
 
First normal form
 
1) Eliminate the repeated groups of the individual tables.
 
2) Create an independent table for each related data set.
 
3) Identify each data set related with a primary key.
 
Second normal form
 
4) Create independent tables for sets of values that are applied to several records.
 
5) Relate these tables to an external key.
 
Third Normal form
 
6) Eliminate the fields that do not depend on the key.
 
Record values that are not part of the key of that record do not belong to the table. In general, whenever the content of a group of fields can be applied to more of an only registry of the table, it considers placing these fields in an independent table.
 
There are two additional normal forms (fourth and fifth) but both are rarely used.
 
Relationships in Access 2007
 
7) Open TutorialDB.
 
8) Click on Database Tools and select Relationships. Remember that the database must be normalized before.
 
Illustration 1: Normalize the database and create relationships between tables and data.  Click here to view larger image.
 
A blank screen will appear. You must add tables.
 
9) Right click on the empty screen and select the Show table menu item.
 
Illustration 2: Normalize the database and create relationships between tables and data.  Click here to view larger image.
 

 
Advertisement



Advertisement



Copyright © MS Tips and Tricks
A Division of Gurijala and Company, 2006
Home - Tips and Tricks - Resources - Links - Contact - Site Map - Privacy Policy - Email Webmaster