I have a table which has the following fields:
Match,Game,Player,Round,and Score.
What I need to be able to do is to have one query which will allow me to list ONE time the Match,Game and Player and also allow me to list 5 different Rounds and Scores.
For example:
Match, Game, Player, Round1, Round1Score, Round2, Round2Score, Round3, Round3Score, etc.. for 5 rounds.
I can get it to display the information, but it will not allow me to have an "updateable" recordset (whatever that means!).
Any suggestions??
Thanks
EIEIO
Match,Game,Player,Round,and Score.
What I need to be able to do is to have one query which will allow me to list ONE time the Match,Game and Player and also allow me to list 5 different Rounds and Scores.
For example:
Match, Game, Player, Round1, Round1Score, Round2, Round2Score, Round3, Round3Score, etc.. for 5 rounds.
I can get it to display the information, but it will not allow me to have an "updateable" recordset (whatever that means!).
Any suggestions??
Thanks
EIEIO