KEMBAR78
MS Office Access Tutorial | PPTX
Computer Workshops
PackagesInternet Basics
Microsoft Office
Social Networking
Advanced EditingAgendaWord
Excel
Powerpoint
Access
Getting Started
Menus
Commonly Utilized Features
TabsHome:  Views, Clipboard, Fonts, Rich Text, Records, Sort & Filter, FindCreate: Tables, Forms, Reports, OtherExternal Data: Import, Export, Collect Data, SharePoint ListsDatabase Tools: Macro, Show/Hide, Analyze, Move Data, Database Tools
Customize the Access Environment
Navigation
Database Terms TableA table is a collection of information arranged in rows and columns.  Information about an item is displayed in a row.  Columns contain the same type of information for each item.  The table has a header row that tells you what data is contained in the columns.
RecordsetA recordset is a table that displays groups of records from a base table or as a query result.  FormA form is a graphical interface that is used to display and edit data.  Forms can be developed from a table or a query.  Forms can include calculations, graphics and objects.
QueryQueries select records from one or more tables in a database so they can be viewed, analyzed, and sorted on a common datasheet.A query can also perform calculations and display the results.  The resulting collection of records, called a dynaset (short for dynamic subset), is saved as a database object and can therefore be easily used in the future.ReportA report is an output of data arranged in the order you specify.  Reports can perform calculations and display the results.  Reports can be used to print data.
Run a QueryTo run a query: Click the arrow to open the navigation pane
 Double-click on the query name Form
Report
Create a New Database
Name it
Database Templates
Create a Table Datasheet View
Table ViewsDesign View
Adding  New FieldsAdd New Field column
New Field ButtonDesign View button
Data Types
Delete a Table
Rename a Table
Add a Description to a Table
KeysThe primary key is a unique identifier for a record.  The primary key cannot be the same for two records.  This field can never be blank.
Composite KeyA composite key is a primary key that is comprised of two or more fields.  It can also be called a compound or concatenated key.  Foreign KeyA foreign key is a field or combination of fields that are related to the primary key of another table.
Table RelationshipsTable relationships are the associations of data between tables.  By defining table relationships, you can pull records from related tables based on matching fields. 
One-to-One RelationshipA one-to-one relationship is between two tables where the primary key in one table and the foreign key in another table are the same.  For each record in the first table, there is a single matching record in the second table. 
One-to-Many RelationshipA one-to-many relationship occurs between two tables where the primary key in one table can be duplicated many times in another table
Creating Table Relationships
Print a Table Relationship
Managing Data Add Records to a Table
Find and Replace
Totals
Sort Records
Filter
Querying a Database
Name it
Query Design Feature
Run it
Query Criteria
Criteria Box
Calculated Fields A calculated field is a field that gets its information from the calculations performed on other fields.  You can build calculated fields in the Query screen by using the addition (+), subtraction (-), multiplication (*) and division (/) operators. 

MS Office Access Tutorial