I did a search on my problem but I can't get it to work. Here's what I have.
I have a field that stores a 0, 1, 2, or 3. When I use this field I use a combo box with text describing the 4 options. Let's say the options would be:
1 = Red
2 = Green
3 = Blue
0 = no response
My client wants a report that list the people's names and their choice like so:
Name Red Green Blue
Joe 1
Cindy 1
Larry 1
Sally 1
etc.
Total 2 1 1
For the 1's in the report, for example, under Red I put an unbound field called Red with =IIf([Field]=1,1,0). They are resolving just fine.
Then in the Report Footer, I put an unbound field with =sum([Red]). But I get a Parameter dialog box asking for a value for Red. I get the same results if I use =count([Red]).
Does anyone know what I'm doing wrong?
Thanks in advance for any help.
Debbie
I have a field that stores a 0, 1, 2, or 3. When I use this field I use a combo box with text describing the 4 options. Let's say the options would be:
1 = Red
2 = Green
3 = Blue
0 = no response
My client wants a report that list the people's names and their choice like so:
Name Red Green Blue
Joe 1
Cindy 1
Larry 1
Sally 1
etc.
Total 2 1 1
For the 1's in the report, for example, under Red I put an unbound field called Red with =IIf([Field]=1,1,0). They are resolving just fine.
Then in the Report Footer, I put an unbound field with =sum([Red]). But I get a Parameter dialog box asking for a value for Red. I get the same results if I use =count([Red]).
Does anyone know what I'm doing wrong?
Thanks in advance for any help.
Debbie