Comprehensive notes for Chapter 7 Microsoft Access Forms and Reports. Covers Forms, Controls, Subforms, Reports, Switchboards, and Keyboard Shortcuts.
Definition: A window that consists of visual components (controls) used to interact with the database through a Graphical User Interface (GUI).
Uses:
Advantages:
Columnar Form: Displays one record at a time. Fields are arranged in columns with labels.
Tabular Form: Displays multiple records at a time in a table format. Rows represent records, columns represent fields.
Datasheet Form: Displays multiple records in Datasheet View (grid like a spreadsheet).
Justified Form: Displays one record at a time with fields justified to fit the window width.
Allows custom design using Toolbox controls.
List Box: Displays a scrollable list of items allowing selection of one or more items.
Combo Box: Combination of Textbox and Dropdown list. Occupies less space than List Box. Allows single selection.
Checkbox: Used for Yes/No options. Allows multiple selections from a group.
Radio Button (Option Button): Used for Yes/No options. Allows only single selection from a group.
Command Button: Executes commands (Action queries, Macros, VBA procedures) when clicked.
Definition: A form placed inside another form (Main Form). Typically used to display data from tables with One-to-Many relationships (e.g., Customer [Main] -> Orders [Subform]).
Creation Methods:
Formatting applied based on specific conditions (e.g., Value > 50 turns red).
Use Format > Conditional Formatting menu.
Definition: Output of database application used to display data in a formatted style for printing.
Difference from Forms:
Types:
Definition: A form used to navigate the database application. Contains buttons to open forms, reports, or exit.
Switchboard Manager: Tool to create and modify switchboard pages and items (View > Database Utilities > Switchboard Manager).
| Action | Shortcut |
|---|---|
| Open Database | CTRL + O |
| Find/Replace | CTRL + F |
| Delete Record | CTRL + - |
| Save Record | SHIFT + ENTER |
| Switch b/w Edit/Navigation | F2 |
| Help | F1 |
| Spell Check | F7 |