Many Access users would like to highlight report information, conditionally; similar to the way Excel users employ conditional formatting. For instance, the simple report shown below displays a due ...
How to create a Form for a Query or Table, using Form How to Edit and Delete Data in a Form How to Navigate through Records. How to add and delete rows and Records in a Form Shantel has studied Data ...
Application Parts is a template in Microsoft Access that can be added to an existing database to extend its functionality. An Application Part can be a table or include tables, forms, and also ...
I do not believe Jet (the database engine Access uses) supports table-level triggers, so you'll need to use a macro or VBA code in a form to trigger the extra record.