I have a couple of queries that are getting too complicated for what I know how query so I'm hoping someone will be able to help me.
This is my Table for entering Tournament Information
What I'm wondering is if there is a way to link my winner column to the corresponding Team column they are in. I want to be able to query stuff like the rank or seed of a team when they are either a winner or loser where one time they might be in Team1 and the next time they might be in Team2. Should I create a fields for the Winner and Loser that say rank and seed?
I also want to be able to do stuff like Filter by the a certain Rank, only show the times that team has one, and produce a count for the team that can be sorted.
I have this table set up as a template so certain criteria already entered to save time so it would be nice not to have to drastically change the design of my table to be able to do such queries.
If anybody has any input I would greatly appreciate it.