.tableStyle1 { width: 90%; margin-left: 20px; margin-top: 8px; border-collapse: collapse; text-align: left; min-height: 300px; } tr.tHeader td { background-color: #FFFFFF; color: black; font-weight: bold; vertical-align: top; } tr.d0 td { background-color: #FFFFFF; color: black; vertical-align: top; } tr.d1 td { background-color: #EBEBEB; color: black; vertical-align: top; }
Getting Ready for Microsoft Access 2010Access 2010 Data Macros |
![]() |
Data Macro Event | Uses and Notes |
BeforeChange | Before a record is inserted or changed, you may want
to:
Note: Occurs for both inserts and changes. You have to use the IsInsert property to detect if it is a new record. |
BeforeDelete | Before a record is deleted you may want to:
|
AfterUpdate, AfterInsert, AfterDelete | After a record is changed, inserted, or deleted, you
can:
|