I have a scenario and from it I have designed a database:
![]()
Basically, it is a Student who chooses a Work, and many Fruits.
1. tblWork and tblFruit consist of a list of works and fruits respectively.
2. For now, Grade from tblWork is a combo box which consists only of the values 'Junior' or 'Senior'.
After several attempts, I have achieved the tables & relationships above but they might be wrong. The scenario does not require the use of forms at all, just the database tables. Anyway my problem is that:
To be a able to choose an 'Apricot', or 'Blackberry', the student should have a 'Senior' Grade.
Any help on this please?, I am really stuck on this. Should some validation rules be implemented? or maybe some new tables/relationships created? I have tried all these but I really cannot move on.