Macros in Microsoft Access are powerful tools for automating repetitive tasks, significantly boosting efficiency, and making sure precision in database management. Unlike the complex scripting often ...
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.