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.
I've got an Access database form that needs to be web-based. I'm not a total newbie, as I've done datagrids, the login forms, validation, and figured out the OldDataAdapter, DataSet, and OleDbCommand, ...