ok, I've have some good luck with the great people on this forum giving me ideas. I need another though. I have two columns in a table, one has the thickness of a product that is in decimal (.115) and the next column is the width of the product. what i'm being ask is how many of this thickness range and width range do we use per month. if it was excel I would use some sort of "countif" function but access does not have that. what I've found so far is that I probably need an infinite if statement. my thoughts so far are to use something like-
exp: sum((iif(thickness >.25 and <.35,1,0) and iif(width >48 and <60,1,0))
obviously my thoughts are not working because i'm here asking for help. here's an example of the data in the tables
how do I count the number of products between the thickness of .17 and .18 between the widths of 60 and 71?
Mill Thickness Width 0.126 60 0.126 72 0.127 48 0.112 60 0.097 60 0.97 60 0.142 60 0.171 48 0.1775 60 0.112 48 0.12 60