E.14. The Forms Collection
The Forms collection contains all of the forms associated with the current database.
E.14.1. Properties of the Form Object
The Form object contains a variety of properties, methods, and events that are listed in the following tables.
Property | Data Type | Description |
---|---|---|
ActiveControl | Control object | Used with the Screen object to determine the control that has the focus |
AfterDelConfirm | String | Indicates which macro, event procedure, or user-defined function runs when the AfterDelConfirm event occurs |
AfterFinalRender | String | Indicates which macro, event procedure, or user-defined function runs when the AfterFinalRender event occurs |
AfterInsert | String | Indicates which macro, event procedure, or user-defined function runs when the AfterInsert event occurs |
AfterLayout | String | Indicates which macro, event procedure, or user-defined function runs when the AfterLayout event occurs |
AfterRender | String | Indicates which macro, event procedure, or user-defined function runs when the AfterRender event occurs |
AfterUpdate | String | Indicates which macro, event procedure, or user-defined function runs when the event AfterUpdate event occurs |
AllowAdditions | Boolean | Determines whether a user can add a record when using a form |
AllowDataSheetView | Boolean | Determines whether the form can be switched to datasheet view |
AllowDeletions | Boolean | Determines whether a user can delete a record when using a form |
AllowDesignChanges | Boolean | Determines whether a user can make changes to the design of a form in design mode only (False ... |
Get Access 2003 VBA Programmer's Reference now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.