| A | B |
| Forms Collection | A collection whose elements represent each loaded form in an application. |
| Subscript or Index | Can be used to access elements in a collection |
| Count Property | Contains an integer equal to the number of elements in your collection |
| Unload Event | Occurs when a form is about to be removed from the screen. |
| Print Method | Prints text in the immediate window or in forms or in UserControl Objects. |
| frmFormName.Print Data to Print | The format of the Print method when applied to a form |
| Spc( ) Function | Forces the next print to begin a certain number of spaces over |
| Tab( ) Function | Forces the next print to begin in a specific column |
| Property Get Procedure | Returns the value of a defined property |
| Property Let Procedure | Assigns a value to a previously defined property |
| - SDI - | Single Document Interface. Contains a single data window |
| - MDI - | Multiple Document Interface. Contains multiple data windows |
| frmFormName.Show | Code used to make a form the active form. |
| Parent Form | The primary form used as backdrop to hold other forms in a MDI |
| Toolbars | Give the user one-button access to the most common commands |
| Coolbars | Great for adding extra-wide toolbars to your app. |