I was wondering how to create a simple high scores form for the Card Sharks game I am creating?

I wish to use the top ten scores in order by name, dollar amount, and date, with the highest accumulated dollar amount being #1 in rank, all the way down to the bottom of the top ten (being the #10 highest score).

The champion's name is identified as gstrChampName. The champion's dollar total will be identified as lngChampWinnings (as it could exceed 5 figure dollar totals). When the game is won, the date (denoted by GameDate) will be recorded as Now. If I were to carry the gstrChampName, lngChampWinnings, and GameDate over to future games, how do I do that in the Leaderboard form I am developing?

The way things are going with the game, I can sense a release of the game to select online buddies by July.