creating relationships with tables

Download Creating relationships with tables

If you can't read please download the document

Upload: jhen-articona

Post on 13-Apr-2017

7.683 views

Category:

Technology


0 download

TRANSCRIPT

Creating Relationships with Tables

Creating Relationships with Tables

The word relationship is the key to the power of Open Office Database and other Relational Database Management System (RDBMS)s. The ability to create and act on relationships between tables is the real power of relational databases.

Relational databases use fields called Key fields, which are common among one or more tables to establish these relationships. There are three ways of relationships can be created. They are:

One-to -one

One-to-many.

Many-to-many

One-to -one: For every record in one of the tables, one corresponding record exists in other table.

One-to-many: For each record in a table, many corresponding records may exist in the related table.

Many-to-many: For each record in table A, many records may exist in table B; or for each record in table B, many records may exist in table A. Many-to-many should not exist in a well-designed database.

How to Create Relationships while Creating Tables

You can define relationships either while creating a table or afterward. Both tables must exist in database in order for you to define a relationship.

Using the Table Wizard

An easy way to create a new table that is based on a predefined template using Table Wizard. It is used to create a table to store customers and a table to store orders to create a relationship between students Info or grade table. Follow these steps:

Start Access with a blank database. Name the database Relationship Example.

2. Click the New button on the Tables tab of the Database window. Select the Table Wizard from the list that appears, then click OK.3. On the first dialog box of the wizard, choose students from the Sample Tables list box. Then move all the fields in the Sample Fields list box to the Fields in My New Table list box.4. Click the >>button. The dialog box should appear identical to the one show below:

Figure Shows the initial dialog box of the Table Wizard for creating the new student table.

5. Accept the default on the next dialog box by clicking Next. Finally, accept the defaults on the last dialog box and then click Finish. The Students Table Datasheet view appears, close the window and return to the Database window.

You can add the Students Grade table in a similar manner. Because an existing table is in the database, however, the Table Wizard provides an additional dialog box. In this dialog box, you can establish a relationship between the Students Info table. Follow these steps to create the Students Grade Table, and establish the relationship:

Click New, with the Tables tab active in the database window.

Select the Students Grade table from the Sample Table list. Select all fields from the Sample Fields list by clicking the >> button. Click Next.

Accept the defaults in the next dialog box. Click Next.

The dialog box appears, Access has already assumed that a relationship exists between the Students Info and Students Grade tables, thanks to the Student ID field that appears in both tables.

Using the Toolbar

You are going to create the Students Grade table and afterwards relate this table to Students Info table based on their common field Students ID. The Student Info table provides the general information about a particular student, and the Students Grade table will provide the necessary data to find his average.

Open the Students Info Database.

Click Table tab from the Database Window, then click New button.

Choose the Design View button and click OK.

Define the following fields and Field Properties.

Set the Students ID. Field set the Field Size to Byte. The remaining field creates their Field Size Property to Long Integer and set the Decimal Places property to 2.5. Click the File menu, and choose Save.6. Type Students Grade as the name of the Table, from the Table Name box of the Save as dialog box.7. Click on the OK button.

Define Relationships

Once you entered and set up different table for each subject in your database, you have to find ways to tell MS Access how to bring back together that information again. You have to do the following:

Define relationships between your tables.

Create queries, forms and reports to display information from several tables quickly.

The coordination must be established between tables.

Relationship works by matching data in key fieldsusually a field with the same name in both tables using the Primary key.

For example: Faculty Table can create a relationship with Faculty Load table using the Faculty ID fields.

How to Create Relationship Using Tools

Click the Tools menu.

Select the Relationship command. The Relationship window opens, a Show Table dialog box appears on your screen.

Click the Show Table button if the table for which you want to define does not show up.

The Show Table list is highlighted. Click the Add button.

Close the Students Info.

6.The two tables and their fields open for the Relationship window. Position the mouse pointer to the Students ID of the Students Info table.7.Drag the field to the Student ID field of the Students Info to Students ID of the Student Grade table and release it.8.Click on Create button, to create a line between these two tables.9.Close the Relationship window by clicking the Close command from the File menu.10.Click the Next dialog box to yes button to save the layout changes to the Relationship window.

To store your data, create one table for each type of information that you track. To bring the data from multiple tables together in a query, form, report, or data access page, define relationships between the tables.

The Two Types of Relationship Created

A Many-to-many Relationship

means if both related fields are part of the primary key for its table.

One-to-many Relationship

means the field form the other table (the look up table) is that tables primary key. The Lookup table is the table on the one aside of the relationship, whereas the base table is on the many side. A record in Table 1 could have many matching records in Table 2, but a record in a Table 2 has only one matching record in Table 1.

One Supplier

Can supply more than one product

But each product has only one supplier

Figure 3 Shows a sample of many-to-many relationship

This query retrieves the company name, city, order ID, and required date information for customers in London whose orders were required in April

Note: You should close any open Table Datasheet or Design windows before modifying any of the relationships in the Relationships window.

How to Open the Relationships WindowIf youre opening the Relationship window for the first time for this database, or if these relationships havent been saved yet in previous uses, a blank Relationships window appears.The Relationships window display tables and the relationships that have been defined between those tables. The relationships are shown by solid lines connecting the key fields of the tables.Add table to the layout using the Show Table dialog box.Close the Show Table dialog box.Choose Relationships1 Shown Direct

Prepared by:

Mrs. Jennis N. ArticonaICT TeacherMPNAG