Sherman6789
Programmer
Hi,
I need to have two related tables prepared.
Table 1 will contain user ids, names, departments, phone and other info about the users.
Table 2 will contain user ids, passwords, access levels and other restricted information about the users.
Table 2 should be hidden but used to validate input in sign-on dialog box and used to determine which switchboard and dialog boxes are available to the user.
As records are added to Table 1; an equivalent record is added to Table 2.
I've prepared similarly related tables before but I am not able to do it now. I've created a relationship between the tables with 1. Enforced Referral Integrity, 2. Cascade update record checked, 3. Cascade delete record checked.
Can you tell me what I have forgotten or need to do to accomplish the automatic creation of a record in Table 2 when one is created in Table 1?
Thanks.
I need to have two related tables prepared.
Table 1 will contain user ids, names, departments, phone and other info about the users.
Table 2 will contain user ids, passwords, access levels and other restricted information about the users.
Table 2 should be hidden but used to validate input in sign-on dialog box and used to determine which switchboard and dialog boxes are available to the user.
As records are added to Table 1; an equivalent record is added to Table 2.
I've prepared similarly related tables before but I am not able to do it now. I've created a relationship between the tables with 1. Enforced Referral Integrity, 2. Cascade update record checked, 3. Cascade delete record checked.
Can you tell me what I have forgotten or need to do to accomplish the automatic creation of a record in Table 2 when one is created in Table 1?
Thanks.