accessfever
Registered User.
- Local time
- Today, 14:43
- Joined
- Feb 7, 2010
- Messages
- 101
Hi all,
I have a database table which holds part number, its usage qty and some other stuffs. I wanted to create a selection query to have a new column to count how many parts which do have a qty <> 0.
For examples, if there are 3 records having usage qty <> 0 in the table of 5 records, then I want the query to return a count of 3 not 5 in the count column.
Does it a way to do that in a query?
I have a database table which holds part number, its usage qty and some other stuffs. I wanted to create a selection query to have a new column to count how many parts which do have a qty <> 0.
For examples, if there are 3 records having usage qty <> 0 in the table of 5 records, then I want the query to return a count of 3 not 5 in the count column.
Does it a way to do that in a query?