RaptureReady
Registered User.
- Local time
- Today, 16:51
- Joined
- May 7, 2007
- Messages
- 30
Hey all, I am using the IIf function in a report to count an occurrence. Here is what I have:
I have a combo box(AP) that houses the selections, ie., AP1, AP2, AP3, etc.
I am using a textbox to count the occurence of each selection so my IIf function looks like this:
=IIf([AP]="AP1",1,0)
It is suppose to return the number of AP1's I have but it doesn't.
Do you have all have any clues?
RR
I have a combo box(AP) that houses the selections, ie., AP1, AP2, AP3, etc.
I am using a textbox to count the occurence of each selection so my IIf function looks like this:
=IIf([AP]="AP1",1,0)
It is suppose to return the number of AP1's I have but it doesn't.
Do you have all have any clues?
RR