I
InOverMyHead
Hello,
I have a question about a database that tracks rights for television
programs sold in specific territories. Each contract has a listing of
15 or so different rights and what I'd like to do is have the user
pick a territory, then display all the rights that are already sold in
it.
I've gotten this far - A user can pick a territory and the following
(very simplified) gets displayed:
Program Title RightA RightB
RightC RightD
=========================================================
FirstProgram Y N
N N
FirstProgram Y Y
N N
SecondProgram N Y
N N
For the territory report, I want the output to be this:
FirstProgram Y
Y N N
SecondProgram N Y
N N
So in other words, I'm looking for a way to merge the results of the
yes/no fields.
I'm sure there's more information that I need to provide, please feel
free to ask. Thanks in advance for any suggestions.
I have a question about a database that tracks rights for television
programs sold in specific territories. Each contract has a listing of
15 or so different rights and what I'd like to do is have the user
pick a territory, then display all the rights that are already sold in
it.
I've gotten this far - A user can pick a territory and the following
(very simplified) gets displayed:
Program Title RightA RightB
RightC RightD
=========================================================
FirstProgram Y N
N N
FirstProgram Y Y
N N
SecondProgram N Y
N N
For the territory report, I want the output to be this:
FirstProgram Y
Y N N
SecondProgram N Y
N N
So in other words, I'm looking for a way to merge the results of the
yes/no fields.
I'm sure there's more information that I need to provide, please feel
free to ask. Thanks in advance for any suggestions.