describe the four parts of the field definition grid.
Answers
Explanation:
- manuscript grid
- column grid
- modular grid
- hierarchical grid.
Answer:
The four parts of the field definition grid are-
1. Field Selector : In datasheet, Column heading is called a field selector. We can click on any field selector to select a field. We can then insert a row above the selected field, delete a row, or drag a row up or down to reposition the field in the table. The field selector box also identifies the primary key field of the table by displaying the primary key icon.
2.Field Name : Here, we can list the field names for the table that we want to create.
3.Data Type : Here, we specify the type of data that the field can contain. When we create a new filed, by default the datatype is Short text data type.
4. Description: It contains an optional description of the field.
Explanation: