|
TG
Flowing Fount of Yak Knowledge
USA
5500 Posts |
Posted - 05/02/2005 : 13:42:52
|
I'm not sure I understand the problem but...
If each row of the selectedCredits table can only belong to 1 MemberID then you could add MemberID (as a foreign key) to the SelectedCredits table.
If 1 row of the selectedCredits table can belong to more than one MemberID then you will need an association table ie: MemberCredit (memberid, creditid)
Is that what you're looking for?
EDIT: As far as your "problem with relationships", join the club.
Be One with the Optimizer TG |
Edited by - TG on 05/02/2005 13:45:20 |
 |
|