Hi, I'm relatively new to VB6 and would like some help if possible please. I need to create a quiz game using VB6 where a player answers 6 randomly generated questions and gets points for every correct answer given.

Now, I have been able to create the game but the final stage I am having trouble with is creating a 'leaderboard' where the top 10 scores are displayed. I have a 'Submit Score' command button on my main game form, which takes the player through to a 'Scores' form. This also takes over the player name, level and score using global variables. My college lecturer has advised that I need to add the scores to a database, and then the top 10scores are displayed on the form.

My questions are this:

1) How do I get the player scores into the database?
2) How do I then get the top 10 scores displayed on the form? Should I use SQL?

All help is appreciated!