P
pat67
Hi I am having trouble doing this. Here is what i have. I have a table
that shows the date, winner, and loser. I then have 2 queries that
counts the number of times Player A won vs. Player B, and then how
many times Player A lost to Player B. I then combine thsoe 2 queries
and it works fine provided Player A and Player B have at least 1 win
and loss vs each other. If not, nothing shows up when i combine the
queries So what I need is for it to show that Player A is 4-0 vs
Player B and subsequently Player B is 0-4 vs Player A. Can someone
help?
example
Player Team Won Opponent Op_Team
Pat A 1 Al B
Pat A 1 Joe B
Joe B 1 Pat A
when i combine i get this
Player Team Opponent Team Won Lost
Pat A Joe B 1 1
Joe B Pat A 1 1
what I need is this
Player Team Opponent Team Won Lost
Pat A Joe B 1 1
Pat A Al B 1 0
Joe B Pat A 1 1
Al B Pat A 0 1
Thanks
that shows the date, winner, and loser. I then have 2 queries that
counts the number of times Player A won vs. Player B, and then how
many times Player A lost to Player B. I then combine thsoe 2 queries
and it works fine provided Player A and Player B have at least 1 win
and loss vs each other. If not, nothing shows up when i combine the
queries So what I need is for it to show that Player A is 4-0 vs
Player B and subsequently Player B is 0-4 vs Player A. Can someone
help?
example
Player Team Won Opponent Op_Team
Pat A 1 Al B
Pat A 1 Joe B
Joe B 1 Pat A
when i combine i get this
Player Team Opponent Team Won Lost
Pat A Joe B 1 1
Joe B Pat A 1 1
what I need is this
Player Team Opponent Team Won Lost
Pat A Joe B 1 1
Pat A Al B 1 0
Joe B Pat A 1 1
Al B Pat A 0 1
Thanks