Mordja:
Thanks for the help. I know your posting will solve my problem, I'm just not smart enough to follow what you're saying. I am truely a rookie Access user. The original query I posted is run when a report is generated. It returns values for bikes that are in the warehouse (value=2)...
Mordja,
Yes, a total count of bikes with a status = 2. Also, does this have to be a separage query or can it be contained within the query I posted?
Thanks.
I am trying to retrieve a "sum" of a "count". I guess that can be done. Here is the count query. How do I get a total for the count? Thanks in advance.
SELECT tblBicycles.Make, tblBicycles.Model, tblBicycles.Size, tblBicycles.Color, Count(tblBicycles.Warehouse) AS CountOfWarehouse
FROM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.