Forum: VB.NET Jul 20th, 2008 |
| Replies: 4 Views: 1,674 Consider using a database file to store all scores. The following might work.
1) Create data dictionary SCORES using database explorer
2) Create table scores with 2 fields, NAME and SCORE, maybe... |