Introduction to Data Tables |
|
Introduction to Data Fields
A Database From Scratch
In the previous lesson, we saw that you could create a database using one of the available templates. This approach provides you with readily made objects you can directly start using. Another technique consists of creating an empty database that has no built-in object. Starting a database from scratch allows you to create and add its different objects when necessary.
The main advantage of this approach is that you will exercise as much control as possible on your database because you will be creating all of your objects. The disadvantage is that you will miss that primary layout that the templates offer. Creating a database from scratch simply means starting from a blank database and adding the different components. Of course, after learning how to perform some changes, you will be able to modify some aspects of a database, whether created from a template or started from scratch.
To create a database from scratch, if you are just launching Microsoft Access, in the left section, you can click Featuring. Then, in the main section in the middle, click Blank Database, give a name in the File Name text box, and click Create.
Practical Learning: Creating a Blank Database
Introduction to Tables
Imagine you create a list of people. The list can be started with names as follows: Bill, James, Hermine, and Khan. This type of list is considered one-dimensional because all of its items fit in one category. In order to create a more detailed list, you may want to include these people’s email addresses and probably other related information. If you include these additional pieces of information in the same category, the list may become confusing. To arrange the list, you would divide it in categories. Here is an example:
Name | Email Address | Phone Number | Relationship |
Bill | bill@yahoo.com | Friend | |
James | jamesemail.com | (102)399-2893 | |
Hermine | (101) 447-8384 | Cousin | |
Khan | @Khan.com |
This type of display allows you to refer to a piece of information by its category. This is the basis of a table. A table is a two-dimensional list of items so that the items are arranged by categories. A complete or incomplete series of items that represent each category is called a record. Therefore, a table can be represented as follows:
In database development, a category is represented as a column. Sometimes it is also called a field. A record is represented as a row.
Database Object and Fields
A field is an object used to host, hold, or store a piece of information of a database. Before such an object can perform its function, it must first be created. In the strict sense, the most important or the most regularly used fields of a database are created on a table, but tables may not be the friendliest windows to present to a user for data entry. For this reason, fields can and should also be created on other windows.
The process of making a field available depends on the type of object it will reside on and probably how the field will be used. This leads to two categories of fields: those that can receive or store information and those that can only present or display it. All fields of a table, especially in Microsoft Access, are created to store data. On the other hand, fields on almost all of the other objects (queries, forms, reports) can be made of combinations of already existing fields of a table, or they can be created independently of any existing or non-existing data.
Table Layout |
The Table's Tab
A table is presented as a rectangular window represented in the middle of the screen with a tab. As an option, you can remove the tabs and let the tables display without them. To do this, you can click the Office Button and click Access Options. In the left frame, click Current Database and, in the right frame, in the Document Window Options section, click the Tabbed Documents radio button and remove the check mark on the Display Document Tabs check box:
After making the selection, you can click OK. You will be asked to close and reopen the database:
Which you should do.
On the left side of its top section, a table presents an icon . The table icon provides a menu you can access when you right-click. The menu allows you to save or change the view of the table.
When a table displays with a tab, the extreme right section of the tab(s) shows a close button you can click to close the table.
The Table System Buttons
In Microsoft Office Access 2007, by default, a table in Datasheet View is represented with a tab, which prevents the user from moving it around. If you want, you can make the tables of a database appear as single documents. To do this, open the Access Options dialog box from the Office Button and click. In the left frame, click Current Database. Under Document Window Options in the right frame, you can click the Overlapping Windows radio button before clicking OK:
You will be asked to close and reopen the database.
A Table as a Datasheet
Although a table is primarily recognized as an arranged list of columns and rows, each column and each row intersect to create a rectangular box called a cell:
The cell is actually the object that holds data of a table. A cell holds only one piece of information. The database developer decides what type of information would go into a cell but the user types that information. Based on its arrangement of cells, a table is said to display in a datasheet layout or simply a datasheet (because its view is made of cells).
The Scroll Bars
If you start entering data into a table and there are more records than the height of the table can display, the table would be equipped with a vertical scroll bar. The vertical scroll bar would allow you to move up and down on the datasheet. This is useful if/when a table has more records than can be displayed all at once, and this will happen regularly. In the same way, if a table contains one or more records than the width of the table can display, the table would be equipped with a horizontal scroll bar:
The presence or absence of one or both scroll bars is automatically managed by the operating system and you should not be concerned with the management of the scroll bars. At the same time, if your users need to use a table, they know how to use a scroll bar.
Table Navigation Buttons
The lower left side of the table is made of four buttons used to navigate the table, one button used to create a new record, and a text box. Each button plays a specific role:
Button | Name | Role |
First Record | Allows moving to the first record of the table | |
Previous Record | Allows you to move one record back (if there is one) from the current record | |
Current Record | Displays the number representing the current record out of the total number of records | |
Next Record | Allows moving you one record ahead | |
Last Record | Allows moving you to the last record of the table | |
New (Blank) Record | Used to enter a new record on the table |
Introduction to Table Creation |
Table Creation
To have a table as part of your database, you must create it and you have various options. If you create a database using one of the local templates, it would provide you with a few tables that you can start using. To use a sample table, after starting a database, on the ribbon, you can click Create. Then, in the Tables section, click Table Templates to see a list of sample tables:
From the menu that appears, you can click one. This would open a new table for you. You can then save it.
Practical Learning: Using a Template Table
The Name of a Table
Like everything that is part of a database, a table must have a name that can be used to refer to that object throughout the database and in other files that can be linked to the table. There are two main ways you can specify the name of a table, either when you save it for the first time or if you decide to rename it.
To save a table you have just created:
If a table has not been saved before, you will be asked to provide a name for the table. A table can have almost any name: Employees, 2&&4DG, Pestes, verTT#@tg, etc. Because you and your users should be able to easily identify a table, there are suggestions you should follow when naming it:
In our lessons, we will not use the convention of prefixing the name of a database object with three letters. For example, the names of tables will not start with tbl. We came to this decision because most other database environments, including Microsoft SQL Server, do not suggest this rule. Although the lack of this rule may create some confusion, because you will end up having a table and a form with the same name, we will strive to explicitly state what object type we are referring to. For example, we will avoid writing, "Open Employees" or "Open the Employees object". Instead, we will usually state, "Open the Employees table". |
Practical Learning:Saving a Table
Table Management |
The Tables in the Navigation Pane
Because the table is the primary object of a database, when you create a table and save it by giving it a name, Microsoft Access creates a section in the Navigation Pane and name that section after the table. In the same way, you can have as many sections as the number of tables on the database. Here is an example:
As we will see in the next lesson, some objects created that are based on the table would be listed under the table name in its category. Here is an example of two objects added to the section of a table named Customers:
Each section is expandable and collapsible. To expand a section, click the name of its section. to collapse a section, click the blue header of its section.
Once a table has been created and saved, it is represented in the Navigation Pane with an icon and a name.
Opening a Table
The most regular operations you will perform on a table require that you open it first. To open a table, first locate it in the Navigation Pane then:
Any of these actions causes the table to display in Datasheet View in the central area of the screen. In the same way, you can open as many tables as necessary.
Closing a Table
After using a table, you can close it. Before closing a table, first select its tab. Then, to close a table:
Selecting a Table
In order to use a table, some operations require that you (or rather the user) first select(s) it:
Renaming a Table
We saw that, when or after creating a table, you must save it to make it part of your database. When saving it for the first time, you must give it a name. If the name of a table is not appropriate, you can change it. To rename a table, in the Navigation Pane, you can right-click the name of the table and click Rename.
Practical Learning: Renaming a Table
Deleting a Table
If you have a table you don't need anymore, you can remove it from your database. Because you cannot delete a table if it is opened, you must first close it.
To remove a table from your database:
In each case, you will receive a warning to confirm what you want to do. It is important to know that if you delete a table, because it is not a file, it does not go into the Recycle Bin: it is lost, including its records. Therefore, before deleting a table, make sure you really want to get rid of it. When in doubt, do not delete it.
Practical Learning: Deleting a Table
Tables Columns in the Datasheet View |
Creating a Column
Although we didn't mention it so far, a table does not exist without a column. Put it another way, a table must have a least one column in order to have meaning. This also means that, in order to create a table, it must actually have at least one column. If you start a table in Datasheet View, Microsoft Access creates and gives it one default column. Once a table displays in Datasheet View, you can start entering data into its cells. If you do this, whenever you enter data under a column, that column receives an incremental name: the first column on the right side of ID would be named Field1, the second would be Field2, and so on. These would be insignificant and can even be confusing. Fortunately, you can give meaningful names to the columns of your table.
A column can have almost any name: "Book Title", "DG$5@H", "This Is The Book Title", "R8%%DW$4", etc. Some columns will have only tinny data, like a person's age, the number of books in an office, a person’s middle initial, etc. It may not be a good idea to give them a name that would take too much space. In the future, when you start programming, it would be easier to handle field names that are composed of only one word, without space.
To name a field, first figure out what the data in the category will be made of. If you are planning to enter employees' salaries in a field, you can just call it Salary. If you want to specify employees’ names by first name, middle name, and last name, you can use such column names and make them distinct. In this case, you could name the first column as first name, the last name would be called last name. Although you can use one word names, some people might be confused. The suggestion is to distinguish wherever a new English (or the language you are using to design your database) name starts in the field name, by using a starting uppercase. Instead of firstname or first name, you can use FirstName or First Name. Instead of fullname or full name, you can use FullName or Full Name.
Before changing the name of a column:
Any of these actions would put the name of the column into edit mode. You can then type the new desired name or change the existing name.
Practical Learning: Naming Datasheet Fields
If you create a table using one of the templates, it would have ready-made fields. If you create a table from scratch, it may lack some fields. Fortunately, Microsoft Access provides many pre-configured fields you can add to your table, whether you create the table based on a template or from scratch. These ready-made sample columns are referred to as a Field Templates.
Before using a field template, from the ribbon, click Create and click New Table. This would start a new table and the ribbon would switch to the Datasheet tab. In the Fields & Columns section, click New Field. This would display the Field Templates window:
By default, the Field Templates window is positioned on the right side of the screen. This is a dockable window: you can move it to the left or place it somewhere else on the screen.
The items in the Field Templates window are organized in categories identified with a labeled node, such as Basic Fields, Assets, or Contacts. Each node displays a - button. This - button indicates that the node is expanded. To collapse a node, you can click its - button, which becomes a + button. To expand a node, you can click its + button. Here is an example where the Assets, the Contacts, and the Issues nodes are collapsed while the Events and the Projects nodes are expanded:
To use a field from the Field Templates window:
Practical Learning: Using Field Templates
Columns Maintenance in the Datasheet View |
Importing a Table and its Columns
Although a column completely depends on a table, both objects are closely related when it comes to their maintenance. In other words, the maintenance performed on one object can directly affect the other. For example, you can import a table from a text file or from another application. A table cannot exist without at least one column.
Selecting a Column
Some operations will require that you select a column but it depends on the operation. In some cases, when any cell under a column has focus (for example if the caret is blinking in a cell of a column), the column is considered to be selected. Otherwise:
Changing the Width of a Column
If you create a table using one of the Table Templates or if you get a table from a Database Template, the columns of the tables are wide enough to show their names. If you create a table from scratch in the Datasheet View, Microsoft Access assigns it a default width. That width can appear to be too narrow or too wide. For example, when data exceeds the regular width of a column, part of the information would be hidden. If a particular column contains data that you want to display at all times, you can enlarge the column. On the other hand, if a column displays tinny pieces of information, you can narrow the column to let it just fit the data as desired. There are various techniques you can follow to widen or narrow a column.
To change the width of a column:
If you find out that a particular column is misplaced in a table, you can change its position.
To move a column in Datasheet View, first select it, click and hold your mouse on it. Then, start dragging left or right in the desired direction. While your mouse is moving, a thick vertical line will guide you. Once the vertical line is positioned to the desired location, release the mouse:
To move a group of columns, first select them as we reviewed earlier, click and hold the mouse on one of the selected columns, start dragging left or right in the desired direction until the thick vertical guiding line is positioned in the desired location, then release the mouse:
Inserting a Column
Inserting a column consists of adding one between two existing fields. There are various ways you can do this:
Practical Learning: Inserting a Column
Renaming a Column
We saw various techniques of naming a column. You can use the same approach to change the name of a column. To put the name of a column into edit mode and then change it:
Practical Learning: Renaming a Column
Hiding and Revealing a Hidden Column
If a table contains many columns and at one time you think
you don't need all of them, you can hide some. To hide a column, you can drag
the right border of its column header completely to its left border as we saw
earlier to change the width of a column; when the vertical guiding line reaches
the left border, release the mouse: the column would be hidden from the table:
To hide one or a group of columns, you can right-click and click Hide Column. You can also right-click any column and click Unhide Column. This would open the Unhide Columns dialog box. Here is an example:
To hide a column, clear its check box.
To reveal a column or a group of columns previously hidden, right-click any column header on the table and click Unhide Column. In the Unhide Columns dialog box, put a check mark on each column you want to show.
Deleting a Column
If you have an undesirable column in a table, you can delete it. It is important to keep in mind that if you delete a column, it also goes with any information under it.
To remove a column from a table:
Any of these actions would present you a warning to confirm whether you still want to delete the column(s) or you want to change your mind. If you still want to remove the column(s), click Yes.
Lesson Summary |
MCAS: Using Microsoft Office Access 2007 Topics
C1 | Create databases |
C2 | Create tables |
C3 | Modify tables |
E2 | Navigate among records |
Exercises
Yugo National Bank
Watts A loan
|
||
Previous | Copyright © 2008-2016, FunctionX, Inc. | Next |
|