How to Create Tables in Microsoft Access
Updated 2009-12-01 | Filed under Microsoft Access Tutorials | PDF
The following tutorial provides a step-by-step process to create a table in Microsoft Access.
Estimated Time: 5 Minutes.
Step 1: Click on the Tables tab
With your database open click on the Tables tab in the Objects column.
Step 2: Create Table using Design View
In the main view select Create table in Design view. This will open a new window with a table. The table consists of three columns:
- Field Name: The name of the field (i.e. Name, Phone Number, Email, etc.)
- Data Type: The type of data that will be stored in this field. Options include text, number, currency, and many more. Pick the appropriate one.
- Description: (Optional) This field can be used to describe the information that is to be entered in this field.
For each Data Type there are different options at the bottom of the Design
view window. Modify these to your liking.
Step 3: Save the Table and create Primary Key
Once you've created the fields you need to save the table. Simply go to File | Save to save the table. You'll be prompted to enter a Table Name. Enter the name and click 'OK'. You will once again be prompted with a new window stating There is no primary key defined. It is very IMPORTANT that you select 'Yes' to let Access create the primary key for you. To maintain good database design a primary key is necessary.
You'll notice a new field name ID now appears in the Design view with Data Type 'AutoNumber'.
Step 4: Start entering data into table
First close the Design view window. In the Tables window you should see your
new table. Double click on it. This will open the table view which
allows you to enter data into the table.
And there you have it! Easy to create tables in just 5 minutes. If you'd like to create a form on top of the table you can follow the steps on this tutorial.
Related Articles
- How to Create Forms in Microsoft Access (0.682904826888)
- How to Create Queries in Microsoft Access (0.672863780928)
- Database design with replication in mind (0.599314998336)
- Embed Microsoft Access Forms Online (0.594941794286)
Unrelated Articles
- How EQL OnWeb Works Part 1 (0.0888046745856)
- How OnWeb Works Part 2 (0.139327086796)
- Supported Access Versions (0.145340038877)
- Supported Windows versions (0.172719524141)