J
Jeff
Ok, first off, thanks to Bob for all the previous help. I got things running
smooth now.
My next dilemma isn't from that tour that I inherited, but on my own golf
server.
On this, only the loser reports the match. So here are my fields.
username iloser idate
the username is the winner of the match, the iloser is the loser of the
match and idate is of course the date and time the match was played.
What I want to do, is figure out a winning and losing streak. SO it would
need to count to see the most current streak. So I think it would take idae
= Now() and look backwards to see how many times the person's name shows up
in the username field until it sees the same name in the iloser field. this
would say how many wins the person has for that streak. Does this make
sense?
Bam
smooth now.
My next dilemma isn't from that tour that I inherited, but on my own golf
server.
On this, only the loser reports the match. So here are my fields.
username iloser idate
the username is the winner of the match, the iloser is the loser of the
match and idate is of course the date and time the match was played.
What I want to do, is figure out a winning and losing streak. SO it would
need to count to see the most current streak. So I think it would take idae
= Now() and look backwards to see how many times the person's name shows up
in the username field until it sees the same name in the iloser field. this
would say how many wins the person has for that streak. Does this make
sense?
Bam