Even though you have carefully designed your tables you may find that you need to add or remove a field. You also may find that you need to change the order of fields in the datasheet, this is covered in the next lesson.
You can add and remove fields in both the datasheet and Design views.
In Microsoft Access, you can add a field to a table using two distinct methods, depending on whether you're in Datasheet View or Design View.
-
✅ Adding a Field in Datasheet View
This view is spreadsheet-like and intended for data entry.
➤ Method:
- Click on the “Click to Add” column header at the rightmost edge of the table.
- From the drop-down, select the data type you want (e.g., Short Text, Number, Date/Time).
- Type a field name to replace the default name (e.g., “Field1”).
🔄 Example:
You click “Click to Add” → choose “Date/Time” → enter Birthdate
.
-
✅ Adding a Field in Design View
This view shows a table schema with three columns: Field Name, Data Type, and Description.
➤ Method:
- Scroll down to the first blank row in the Field Name column.
- Enter the new field name (e.g.,
HireDate
).
- Choose the data type from the drop-down in the next column (e.g.,
Date/Time
).
- Optionally, add a description for documentation.
🛠 Additional Options:
* In the lower pane, configure field properties (e.g., format, default value, validation rules).
🧩 Summary Table
View Type |
Method of Adding Field |
Datasheet View |
Use “Click to Add” column and type name |
Design View |
Add a new row in the schema grid with field details |
Removing a field from a datasheet is very similar process to adding a field--the only difference is that you right click the field you want to delete and select Delete Rows (in Design view) or Delete Column (in Datasheet view) from the shortcut menu. When you delete a field, you also delete all the data in the field. Learn how to create hyperlinks in a table.