Chapter 1: Creating Your First Database Flashcards
What are the six different types of database objects?
Tables Queries Forms Reports Macros Modules
How do you change the default database save location?
Go to File -> Options; then General -> Default database folder
What is a table?
A table is a group of records
What is a record?
A record is a collection of information about a single thing
What are fields?
Fields are subdivisions of records and each field stores a distinct piece of information.
What are the two ways to customize a table in Access called?
The two ways to customize a table are Design view and Datasheet view
What is the easiest way to delete a record?
To remove a record, right-click the margin immediately to the left of the record.
When using the arrow keys to move from field to field, what do you press to enter edit mode? What is the point of edit mode?
Press F2
The point of edit mode is to bring the cursor into the field entry, naturally the entire content is highlighted.
What do Tab or Enter do in a table?
Moves the cursor one field to the right, or down once you reach the edge of a table. It also turns off edit mode.
Move the cursor one field to the left (shortcut)
Shift + Tab
Move the cursor to the first field in the current row (shortcut)
Home
Move the cursor to the last field in the current row (shortcut)
End
Move the cursor down one screenful (shortcut)
Page Down
Move the cursor up one screenful (shortcut)
Page Up
Move the cursor to the first field in the first row (shortcut)
Ctrl + Home