fishing tournament results
am 11.05.2006 15:12:37 von BryanWell, I've got 2 tables I'm wanting to pull date from sorted by most points
asc.
Here's the structure...
tnumbers table (holds all tournament points: tid, mid, points
rollcall table: mid, here
I would like to list all tournament results in a row, along with the total
amount of meeting points (here*10), with the total of all tournaments plus
the meeting points. I would like these listed all in 1 row per angler...
example:
Angler Jan Feb Mar Apr May Meetings Total
Kevin VanDam 60 37 45 32 50
174
Ish Monroe 50 40 38 42 50
170
etc, etc...
Thanks so much...