Hi all.
I am doing an assignment and I am stuck at this validation rule. I could not figure it out myself so I really need your helps here:
:banghead::banghead::banghead:
So in my database I 've got one table named horse and the rules I am supposed to set are these two:
1:A horse cannot be added that does not already have a Dam and Sire existing in the database unless either or both are not known.
2:A horse must not be deleted if it is the Sire or Dam of an existing horse.
I guess I am supposed to create a data entry form for table horse and apply these two rules in the form, but what should I do to achieve that?
Seems a bit complicated cause the entering need to check some other fields (sire and dam) in the table..
My table looks like this
Horse_id Name Colour Sire Dam Born Died Gender
101 Flash white 201 301 2001 0 S
102 Star brown 201 302 2002 0 M
201 boxer grey 401 501 1991 0 S
301 Daisy white 401 502 1992 0 M
I know it might seem too simple to you but I am a full-time worker doing this online course. The consulting resouce for me and the time are both quite limited.
Really appreciaye your help!!
I am doing an assignment and I am stuck at this validation rule. I could not figure it out myself so I really need your helps here:
So in my database I 've got one table named horse and the rules I am supposed to set are these two:
1:A horse cannot be added that does not already have a Dam and Sire existing in the database unless either or both are not known.
2:A horse must not be deleted if it is the Sire or Dam of an existing horse.
I guess I am supposed to create a data entry form for table horse and apply these two rules in the form, but what should I do to achieve that?
Seems a bit complicated cause the entering need to check some other fields (sire and dam) in the table..
My table looks like this
Horse_id Name Colour Sire Dam Born Died Gender
101 Flash white 201 301 2001 0 S
102 Star brown 201 302 2002 0 M
201 boxer grey 401 501 1991 0 S
301 Daisy white 401 502 1992 0 M
I know it might seem too simple to you but I am a full-time worker doing this online course. The consulting resouce for me and the time are both quite limited.
Really appreciaye your help!!