razorkat99
Still figurin' it out
- Local time
- Today, 05:32
- Joined
- Oct 22, 2007
- Messages
- 35
I have read the many posts here regarding creating a simple COUNT function and am still unable to get my calculation to work. I have check boxes in my report that I am trying to count if selected. The calculation is in the footer.
I have read in the forum and tried to use the following as well as many other options, but to no avail:
=Count(IIf([DSL_In],1,0))
=Sum([DSL_In])
=Count(IIf([DSL_In],"YES",1,0))
Any help would be appreciated. I have created many tables and reports in Access, but I have never been successful with calculations. Unfortunately, I have several other calculations to do in addition to this one.
I have read in the forum and tried to use the following as well as many other options, but to no avail:
=Count(IIf([DSL_In],1,0))
=Sum([DSL_In])
=Count(IIf([DSL_In],"YES",1,0))
Any help would be appreciated. I have created many tables and reports in Access, but I have never been successful with calculations. Unfortunately, I have several other calculations to do in addition to this one.