Hi,
I"m new to this. This is my first post. I have a report that is
grouping on membercode. The member code can contain the following values:
'01', '02', '03', and '04'. Now, I have the report grouping on membercode,
which breaks them into their individual values fine. However, each value
represents something different, so I want the Count I'm doing in the group
footer to represent what each value does. What is mean is, I wan to count
the # of
'01' - Temporary Members
'02' - Members in Good Standing
'03' - Members owing dues
'04' - Retired Members
I currently just have one count with no Description text, but I want to have
a description test for each break. How can I do this? I hope this makes
sense.
My report currently looks like this:
01
01
01
01
04
02
02
02
03
03
01
04
04
04
04
04
05
As you can see, it counts each row in the group, but I don't know how to
differentiate the description text for each one. Thanks.
|
|
0
|
|
|
|
Reply
|
Brent
|
4/3/2007 6:44:12 PM |
|
Brent Stephens wrote:
> I have a report that is
>grouping on membercode. The member code can contain the following values:
>'01', '02', '03', and '04'. Now, I have the report grouping on membercode,
>which breaks them into their individual values fine. However, each value
>represents something different, so I want the Count I'm doing in the group
>footer to represent what each value does. What is mean is, I wan to count
>the # of
>
>'01' - Temporary Members
>'02' - Members in Good Standing
>'03' - Members owing dues
>'04' - Retired Members
>
>I currently just have one count with no Description text, but I want to have
>a description test for each break. How can I do this? I hope this makes
>sense.
>
>My report currently looks like this:
>
>01
>01
>01
>01
> 04
>
>02
>02
>02
> 03
>
>03
> 01
>
>04
>04
>04
>04
>04
> 05
>
>As you can see, it counts each row in the group, but I don't know how to
>differentiate the description text for each one. Thanks.
You want the group footer to say something like:
5 Retired Members
The "right" way to so this is to use another table that has
fields for membercode and descriprion. Then you can use a
query to Join that table to the one you're using now and
make the description availble to the report.
--
Marsh
MVP [MS Access]
|
|
0
|
|
|
|
Reply
|
Marshall
|
4/3/2007 8:10:12 PM
|
|
|
1 Replies
226 Views
(page loaded in 0.06 seconds)
Similiar Articles: Grouping Count - Text Change - microsoft.public.access.reports ...Hi, I"m new to this. This is my first post. I have a report that is grouping on membercode. The member code can contain the following values: '... Table Field Data Type - Change from Number to Text - microsoft ...Modify or change the data type setting for a field - Access ..... that users enter the proper types of data in your table fields. For example, you cannot enter text ... Replace Count - microsoft.public.vb.general.discussionTable Field Data Type - Change from Number to Text - microsoft ... Table Field Data Type - Change from Number to Text - microsoft ... How to convert text fields to numeric ... count similar text with using filters - microsoft.public.excel ...Hi, try =SUMPRODUCT(SUBTOTAL(3,OFFSET(d2:d11,ROW(d2:d11)-MIN(ROW(d2:d11)),,1)), --(d2:d11="Y")) change range to fit your needs "mj" wrote: > I want to count ... Pivot Table - replace numbers with a text - microsoft.public.excel ...Table Field Data Type - Change from Number to Text - microsoft ... Pivot Table - replace numbers with a text - microsoft.public.excel ... Change quarters in Pivot table ... changing Text to Currency - microsoft.public.accessHow to add a blank column as text, number or currency - microsoft ... Change ... explains how to set or change the data type applied to a table field ... Currency: Text: Text ... How do I count text fields? - microsoft.public.access.queries ...They are in the Memo format but need to be converted to text. How do ... Table Field Data Type - Change from Number to Text - microsoft ... Change Data Type from Memo to ... count text occurance in range - microsoft.public.excel.worksheet ...Hi, try =COUNTIF(A10:A13,"aa*") replace aa for the word you are looking for and change the range to fit your needs if this helps please click yes thanks ... change text color when the value become lower than a certain value ...Is it possible to set the text color which can be changed automatically. Say, if 50 is the middle number, the number in the cell higher than 50, the... Can a Numeic Value in Excell be changed in Text - microsoft.public ...I want to know how a number value be auto written in another cell as text, for example if I type "45 ... to a Numeric Value ... to Change Text ... Convert text to number ... 7/31/2012 3:13:58 PM
|