Ollie_3670
Registered User.
- Local time
- Today, 00:42
- Joined
- Feb 1, 2010
- Messages
- 50
Hello All!
Just started to make a database to register students and their applications to a university and already I've managed to hit a brick wall.
Apparently my ApplicationHeader and my ApplicationLine table cannot be joined because the relationship is indeterminate. One Application Header can hold several "Application Lines" (one for each course applied to) so the relationship should in fact be a 1:M.
I'm going to go ahead and state I believe it's a problem with the primary keys, but I don't know how to work around it as I believe the primary keys are correct.
(A student can only submit one applicationHeader per year)
The error message received is "No unique reference found for the referenced field in the primary table"
Thanks for your help in advance!
Just started to make a database to register students and their applications to a university and already I've managed to hit a brick wall.
Apparently my ApplicationHeader and my ApplicationLine table cannot be joined because the relationship is indeterminate. One Application Header can hold several "Application Lines" (one for each course applied to) so the relationship should in fact be a 1:M.
I'm going to go ahead and state I believe it's a problem with the primary keys, but I don't know how to work around it as I believe the primary keys are correct.
(A student can only submit one applicationHeader per year)
The error message received is "No unique reference found for the referenced field in the primary table"
Thanks for your help in advance!