Retrying this post

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

vb .net 2k3 app using an access db:

I want to be able to go through each record in db once and look at a certain
value in one column and then look at the values of the next column (only 5
possible values). Count each of the 5 values in column 2 that have the same
value of column 1.

If anyone understands this do you know how to go about this?
 
a DataReader and two integer variables should accomplish this -- what is the
difficulty?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top