This article describes the steps needed to create a table from scratch.
The purpose of a database is to store information; the place where data is stored is called a table. A table consists of rows and columns. A row, also called a record, contains information about each item you are tracking in the table. A column, also known as a field, stores each characteristic tracked in the table.
Here is an example of a simple database table, containing company information. The first row, listed in bold, contains the names of the table columns:
Company | Address | City | State | Zip Code | Website |
The Bradshaw Group | 2313 Providence Court | Naperville | IL | 60565 | www.bradshaw.com |
Venture Literary | 8895 Town Center Drive | San Diego | CA | 92122 | www.ventureliterary.com |
Now that we have a basic understanding of what a table is, follow these steps to create a table:
- Select Tables from the primary toolbar
- Select New from the secondary toolbar
- The ‘Create new table’ window will pop-up. On the properties tab;
- Fill-in the Table name: Product
- Fill-in the RID Caption: Prod_01
- Fill-in the Description: Product Portfolio
- Click Submit
- Note:The RID caption, also known as the row identifier and the Description are optional.
- On the Design tab, create the columns or fields of the information to track.
- Click New
- Fill-in the field name
- Select the field type
- Number, Decimal, Money, Date, Time, Short Text, Long Text, Memo or Yes/No
- Check Required if the field is to be mandatory
- Check Indexed if this field is to be indexed.
- Note:The RID caption, also known as the row identifier and the Description are optional.
On the Permissions tab, assign the users in the workspace, their permissions to modify the table. - Click the dropdown arrow to select the user.
- Click the dropdown arrow to select the permission.
- Click Submit
- Click Close.