skip to main content



Skip navigation, view page content
Short Courses Schedule | OIT Home Page

Access 2007: Database Fundamentals


Tables, Columns, and Rows

When you create a blank database, Access opens it in Datasheet view and includes an empty table (named Table1) ready for you to begin entering data. The table contains a default field called ID that contains a unique identifier (the primary key) for each record you add. In the training within this unit, you will see how to add records to a blank database and create the table structure. Following are some basic concepts:

A field can have only one data type. The three basic types of data are text, numbers, and dates. Access automatically attempts to set the data type for a column based on the information you enter. For example, if you enter a date, the data type is set to Date/Time. Subsequently, if you try to enter a non-date value in a field within in that column, an error message appears telling you the value does not match the column's data type. Note you may find it necessary to tweak a table's data types to simplify data entry. More on this in "Table Settings."

To add data to your table:

Access has a spell checker just like other Office applications. However, there is a difference in that it only looks at text and memo fields and skips numbers, dates, and everything else. To use the spell checker, place your cursor in the field where you want to begin checking and then click Spell Checker button on the Home tab in the Records group. Select the options to apply from the dialog box that appears.

To modify data in a table:

You can use Replace to do small-scale editing. To do this, open the table to modify in Datasheet view. Select Replace button on the Home tab in the Find group. Fill in the Find What and Replace fields with the appropriate information and then select the field to search (from Look In) and any desired Match and Search options. Click Find button or Replace button or Replace All button depending on what you want to do.

To add, rearrange, or delete columns:

To add or delete rows:

To resize, hide, or freeze columns:

To add a new table:

Remember you enter data in Datasheet view and create table rules and formatting in Design view.