click below
click below
Normal Size Small Size show me how
Acces Lesson
Voc 2
| Question | Answer |
|---|---|
| Template | The template creates the database and one or more table, query, form and report objects that you use to enter and view data |
| Blank Database Template | Creates a database with an empty table in it |
| AutoNumber | Automatically adds a unique number to a primary key field for each record in the table |
| Data Type | A field's data type determines the type of data that you can enter in the field, such as numbers or text, or a combination of numbers and text. |
| Alphanumeric Data | A combination of numbers and text |
| Design View | In design view you can add, delete, and make changes to the way that fields store data |
| Description Property | The description property in the design grid is an optional field property that you can use to describe what to enter into the field |
| Field Property | A field property describes a fields content beyond the fields basic data type, such as the numeber of characters the field can store or the allowable values that you can enter in a field |
| Field Size Property | The field size property sets the number of charactersyou can store in a text, number or autonumber field |
| Format Property | Specifies how you want Access to display numbers, dates, times, and text. |
| Default Value Property | The default value property enters thesame field valuein a field every timea new record is added to a table |
| Required Property | The requried property specifies whether you must enter a field value in a record |