Pat,
Thanks for getting back to me. Let me give you more info on the tables that I am working with.
Table 1 Holds: unique info for people like names, address, and DOB. Each person is assigned a unique number (almost like a SSN) which is the PK. This unique numbers up date when they move to a differant department.
Table 2 Holds: holds the attendance for each of these people. The PK in the table is a autonumber which allows us to have dups in it. The changes that I am making are to the unique number when is chagnes in the first table, we want it to carrie all the attendance info as they move from department to department.
This is why I wanted to have the info to cascade from table 1 to table 2. The database has this button inactive.
Let me know your thoughts.
Steve