News

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.
Record a macro of what you want to so inside Access, and grab that code (you're going to use it, in a modified form, inside Project)<BR><BR>In a code window in Project, you need to add a Reference ...