Count "Text" Data

B

Bryan Hughes

Hello,

I am having trouble on how to do this query.

I have a table that holds Client Information, including [gender] type which
is denoted as M or F.

Each client has an CID.

Each Case File the client belongs to has a CFID.

I need to count the number of "M" in [Gender] per [CFID], and "F" in
[Gender] per [CFID].

How can I do this?

-TFTH

-Bryan
 
R

R. Hicks

Create a Totals Query with the necessay fields .. add the Gender fiel
in the query twice and use Group By on one and Count on the other.

RD
 

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

Similar Threads

Adding data to MS Access from csv file 0
Query Problem 2
Date Query 4
Excel count with 2 conditions 2
Append Query with Date 1
Sort Left to Right 1
HAVING clause 2
Grouped Multiple Count Query 3

Top