J
Junior
Hi - Have an mdb with [tblApp] to store applicant records.
The PK is autonumber AppID - AppID has a 1:M relation with many other
tables.
Other fields in [tblApp] i'm concerned with are
SSN-string, AppDate-date
Current table design allows duplicate records with same SSN and
AppDate.(not wanted)
If i set PK on SSN and AppDate to eliminate duplicates, then i can't also
have AppID as a PK.
So, whats the best way to design this table?
if [AppID] is not a PK will that affect all the 1:M relationships?
Thanks -
The PK is autonumber AppID - AppID has a 1:M relation with many other
tables.
Other fields in [tblApp] i'm concerned with are
SSN-string, AppDate-date
Current table design allows duplicate records with same SSN and
AppDate.(not wanted)
If i set PK on SSN and AppDate to eliminate duplicates, then i can't also
have AppID as a PK.
So, whats the best way to design this table?
if [AppID] is not a PK will that affect all the 1:M relationships?
Thanks -