I need to propagate the SSN field to multiple tables when a new record is created. SSN is the pk in all tables. Examples of some of the tables are: Demographics (where the initial record is created), StudentProgressNotes, Practicum, StudentDisenrollment, etc. I have created one-to-one relationships incl cascade update and delete for all of these (all relate to the Demographics table via SSN), but that only works once the record is created.
Several attempts at Append Queries and Macros later, I can't get it to happen. This seems like it should be simple, but I'm missing it.
Thanks in advance for your help.
Several attempts at Append Queries and Macros later, I can't get it to happen. This seems like it should be simple, but I'm missing it.
Thanks in advance for your help.