Table
A table consisting of a number of records
Record
A record is represented as a row in a table
Field
A field is part of a record that stores a single data item,represented by a column
Key field
A key field uniquely identifies one record
Query
A query searches snd filters data in a database that satisfies the query criteria
Forms
Forms are used to collect data to create a new record,modify an existing record or view records already stored in a table
Reports
Reports are used to present results from queries in an efficient manner
The layout of reports can be customised,such sd grouping similar data or presenting data in ascending or descending order
Macros
Database relationships
Importing data
Text
Text and data that is a mixture of text and numbers,e.g. as a postcode
Number
Numeric data that requires a mathematical calculation
Date/Time
Dates and times
Currency
Monetary data;includes 2 decimal places
Autonumber
To create a key field,the computer generates sequential numbers that are automatically inserted for each new record created
Yes/No
Data that has two possible values,e.g. Yes/No or True/False;this is called a ‘Boolean value’
OLE object
Object linking and embedding;objects created using a software package other than a database
Hyperlink
A link to a web address (URL)
Attachment
A file attached to a record,e.g. a digital image
Calculated
The result pf a calculation produced from another field in the record
Lookup wizard
A value can be selected from a predefined list and entered into the field
Data validation
Presence check
Ensures data is present;the field cannot be left blank
Length check
Ensures data is the correct number of characters