Here's the situation: I'm trying to relate two tables, a 1) CLIENT table, and an 2) INCOME table. I have made the primary key in CLIENT table as an autonumber (named CliendID). The INCOME table has ClientID and TaxYear as the primary key (two fields that form the primary key b/c each client can have different income in the respective tax year).
When I add a new record in the CLIENT table, I can't get the INCOME table to automatically update with the CLIENT table's new ClientID. Even after updating a new record in CLIENT table, the INCOME table still shows no new records.
I've tried enforcing referential integrity by going to the design of the INCOME table, opening the RELATIONSHIPS of this table, and adding joining the ClientID of the CLIENT table to the ClientID of the INCOME table, then selecting "ENFORCE REFERENTIAL INTEGRITY" and the cascading options.
Sorry if this seems silly, I'm a newbie to Access. Help appreciated =)
When I add a new record in the CLIENT table, I can't get the INCOME table to automatically update with the CLIENT table's new ClientID. Even after updating a new record in CLIENT table, the INCOME table still shows no new records.
I've tried enforcing referential integrity by going to the design of the INCOME table, opening the RELATIONSHIPS of this table, and adding joining the ClientID of the CLIENT table to the ClientID of the INCOME table, then selecting "ENFORCE REFERENTIAL INTEGRITY" and the cascading options.
Sorry if this seems silly, I'm a newbie to Access. Help appreciated =)