Microsoft
Software
Hardware
Network
Question : MS Access =count on Form
I am trying to count all the records on my report that have "Yes" in "DutyAssigned" field.
I put =Count([DutyAssigned]=Yes)
in the Report Footer and I get a total of all the records. I put it in Page footer and I get #error. What am I doing worng?
Answer : MS Access =count on Form
There is no expression of that type in Access.
Use..
Sum (iif(DutyAssigned =Yes, 1,0))
This assumes DutyAssigned is a Yes/No field in the table.
If it is just text then you need..
Sum (iif(DutyAssigned ="Yes", 1,0))
Random Solutions
Connector/Net no longer supports server versions prior to 4.1
blueberries- only in NJ?
How can you search e-mail within Outlook 2010 and not use the index?
Manage Contacts in Active Directory / Exchange Distribution Lists
Roaming Profiles in Windows 7 Pro and SBS 2008
arcserve issue
Increase Filesystem Size of RHEL 5
Setup BIND cache server
How to Show Up image Use this Script please Help
Network issue.