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.
Hi there.<BR><BR>I have an XML file (generated from Microsoft Project). I would like to import this file into an Access table. I know I can do this from inside Access. The trick is being able to do it ...