Unit 2 - Components and Naming Conventions (Access Database) Flashcards
What are the components/objects of an Access Database?
Tables Queries Forms Reports Macros
Briefly explain what the Tables component is used for
(tbl+name)
Contains data about ‘things’ that are organised into records and fields
Briefly explain what the Queries component is used for
(qry+name)
Are used to select records using specific criteria
Briefly explain what the Forms component is used for
(frm+name)
Are used as a user interface for entering and modifying data
Briefly explain what the Reports component is used for
(rpt+name)
Are used to display data and are suitable for printing
Briefly explain what the Macros element are used for
A single instruction that expands automatically into a set of instructions to perform a particular task
Why are naming conventions used?
To provide a common set of rules to apply to the naming of electronic records
What are the two main rules to follow when naming the components of your database
- No spaces
2. Prefixes