T
Tdahlman
For an excuse to play with Access 2007, I have created a database with all of
my Fantasy Football league information. I have 2 Tables that are as follows:
Scores: First Table
Score ID - AutoNumber
Team ID - Number (from my 2nd table)
Week
Projected Points
Actual Points
Outcome
Team: 2nd Table
Team ID - AutoNumber
Team Name
Owner Name
Email
Phone
I want to create a query that will count how many wins each team has.
[Scores].[Outcome] has 2 possible options (Win and Lose). So how can I do a
countIf that will count how many Wins each team name has associated with it?
Thank you in advance for your help.
Travis
my Fantasy Football league information. I have 2 Tables that are as follows:
Scores: First Table
Score ID - AutoNumber
Team ID - Number (from my 2nd table)
Week
Projected Points
Actual Points
Outcome
Team: 2nd Table
Team ID - AutoNumber
Team Name
Owner Name
Phone
I want to create a query that will count how many wins each team has.
[Scores].[Outcome] has 2 possible options (Win and Lose). So how can I do a
countIf that will count how many Wins each team name has associated with it?
Thank you in advance for your help.
Travis