Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying a league-table in a form

Status
Not open for further replies.
Mar 28, 2012
5
IE
I am linking a VB program to an Access database which contains team information and match results. I need to caluclate total points (based on queries) and display a league table in VB.

Which form controls should I be using for this?

Thanks
 
It really depends on you. Here's some controls that I usually use: Listview, DataGridView, and WebBrowser.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top