daveofgv
Well-known member
Hello Everyone.
I have a question concerning my database relations and don't know if I am doing it correctly. I am hoping that someone will be able look at it and let me know if anything looks wrong.
About my program (small type of loan office) - we have clients that take out a certain type of loans. These clients have cosigners most of the time, but sometimes they might not. It is not unusual for a client to take out 5 or 6 loans at one time. So I am thinking that the relation has to be client one to many with poweratty. However, if the client needs a cosigner than I need to relate the client and cosigner and poweratty together :/ I think the below setup will be good if the client needs a cosigner, however, if the client does not than this is greater than my expertise.
What I have now is below. What I am seeing is that if a client does not need a cosigner than I will not be able to enter data for the poweratty because the primary key of cosigner is null.....
Can someone look and let me know if I am doing this correct? (hope what I typed is easier to understand)
I appreciate any help on this and look forward to some advise.
Thanks in advanced.
daveofgv
I have a question concerning my database relations and don't know if I am doing it correctly. I am hoping that someone will be able look at it and let me know if anything looks wrong.
About my program (small type of loan office) - we have clients that take out a certain type of loans. These clients have cosigners most of the time, but sometimes they might not. It is not unusual for a client to take out 5 or 6 loans at one time. So I am thinking that the relation has to be client one to many with poweratty. However, if the client needs a cosigner than I need to relate the client and cosigner and poweratty together :/ I think the below setup will be good if the client needs a cosigner, however, if the client does not than this is greater than my expertise.
What I have now is below. What I am seeing is that if a client does not need a cosigner than I will not be able to enter data for the poweratty because the primary key of cosigner is null.....
Can someone look and let me know if I am doing this correct? (hope what I typed is easier to understand)
I appreciate any help on this and look forward to some advise.
Thanks in advanced.
daveofgv
Last edited: