Forum Discussion
BeeSharp
Aug 28, 2019Copper Contributor
Add players to multiplayer quiz
Hi everyone. I decided to learn a little bit of programming by trying to use Excel 2010 to make a quiz game. This will be easy to expand upon as I learn more. At this point I am trying to mak...
JKPieterse
Aug 29, 2019Silver Contributor
I would store player information in a player table, one record per player, columns for each bit of information.
- BeeSharpAug 29, 2019Copper Contributor
JKPieterse Thanks, I'll look into that.