Microsoft Access 2007 tutorial:create tables |
||||||||||||||||||||||||||||||||||||||
Create tablesI. What is Table?A table is constructed with a field or many fields and it is used for storing data or information. The data can be student information, teachers’ information, employees’ information, etc. I. How to Create a TableIn Microsoft Access 2007, we can create a table in three ways. They are: - How to create a table with Datasheet View- How to create a table with Table Template - How to create a table with Design View II.1. How to Create a Table with Datasheet ViewIt is the first way to create a table. You can create a table by following the steps below: - Open any database files you created - Click Create tab-->Click Table as figure below:
II.2. How to Create a Table with Table TemplateYou can also create a table via Table Template by doing the similar steps: - Open any database file you created - Click Create tab-->Click Table Template as figure:
III.3. How to Create a Table with Design ViewIt is the last and popular way in creating a table; in this way you can create a table which all features of a table are organized by yourself, such as field name, data type, field size, format, input mask, default value, required, etc. It is not far different from two ways above; you can do it by the following steps: - Open any database files you created- Click Create tab-->Click Table Design as figure:
After you follow the three steps above, you will see a figure as below:
It is a table in Design View format. As you see on the picture, there are three header columns: Field Name, Data Type and Description. -Field Name: Where you have to write the field name of a table. -Data Type: Data type determines the type of your data stored in each field of the table. -Description: It is not required--you write description or not up to you. On the picture above, you saw many data types of field name that are extremely important for you to know them because you will use these data types when you create a table. Table below is about data types that can be used. Note: You can create lookup wizard on a field of table if your table field has a data type as Text or Number.
|
||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||