Hi all,
I am pretty new to VB.NET programming, and I am having trouble with a few tasks I am trying to attempt.
Firstly, I have to (using Visual Studio 2010) access an MS Access databse, read one of the tables and ouput the 10 numbers which occurred most often and the 10 numbers which occurred least often. Then I have to output each of the numbers and the number of times they occur in the data. Can anyone please help me with this??
Thankyou very much :)

You can find examples of querying tables here. For an Access database you can use the ADO or OLEDB examples. You will need to use a connection string for Access rather than MSSQL (which I used for the examples). You can find connection strings here. If you can't follow the examples or figure out the right connection string then please post again here.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.