So I have searched everywhere and can find half of the answer but not the other half. :banghead:
I have a table of predictions. For MatchID #1, PlayerID 56 predicted twice, so I need to take the latest prediction from them, but I also need everyone else's predictions.
I have attached how it looks
How can I, in a query, show Prediction #2 and #4 only...discarding #1 because on that PlayerID, they have superceded their prediction with #2...this will obviously need to work on much more data than this test.
I know I can use Top1 at some point, but that would mean I would need to strip out each player individually
:banghead:
I have a table of predictions. For MatchID #1, PlayerID 56 predicted twice, so I need to take the latest prediction from them, but I also need everyone else's predictions.
I have attached how it looks
How can I, in a query, show Prediction #2 and #4 only...discarding #1 because on that PlayerID, they have superceded their prediction with #2...this will obviously need to work on much more data than this test.
I know I can use Top1 at some point, but that would mean I would need to strip out each player individually
:banghead: