How can I make new records cascade across a one to one relationship in MS Access?
问题 I currently have a one to one relationship between two tables in MS Access like so: Student Results StudentResultsID (primary key, autonumber) Various fields relating to the course. AVETMISS Data StudentResultsID (primary key, long integer) Various fields relating to a specific, paper form that must be filled out by the student for each enrolment. When the user adds a new record to Student Results (this occurs everytime a student is enrolled into a course) I want to create a matching record