I have a Parent Table named "Request" and a child table named "Tasks". The relation is 1 Request : N Tasks. There is a "Request Status" field in the Request table, on which I want to enforce a business rule as follows
=> If at least any one of the Tasks related to the request is "Open", then "Request Status" cannot be "Completed" .
If this is not possible is there a work around?
I am unable to find a solution for this. Any help is much appreciated.
Thanks...