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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Counting Specific Criteria

Status
Not open for further replies.

VTbigwillie

Programmer
Joined
Jul 23, 2002
Messages
9
Location
US
There are three radio buttons to hold 3 different values (1,0,-1) and the selection goes into the table with one of those values. I need to count the number of instances of each of those values and then run a formula which counts all of the 1's and divides that number by the number of 1's and -1's. I can't seem to get access to let me query any data with that type of criteria.

I can run DCount to get the totals for the whole table but I need to be able to run that sort of formula on a wide range of criteria.

Is this possible?

Thanks in advance,
Will
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top