SnailFever
Technical User
This should be easy, but I'm stumped. Iv'e got an employee table with Social Security Number (SSN) as the primary key. Two other tables (Classes & Certifications) are simple one-to-one relationships with the Employee table, both with SSN as the primary key. Suppose we get a new employee. How can I build a single form that adds new records to all three? Do I have to manually type the SSN into each of the tables?