Rik_StHelens
Registered User.
- Local time
- Today, 07:26
- Joined
- Sep 15, 2009
- Messages
- 164
Hi
I have an issue with group footers in a report (see: http://www.access-programmers.co.uk/forums/showthread.php?t=183047)
As my footer ignores all but the last record in a group, i am using an IIF statement to get the values i want to display in the group footer (the detail will only display on screen, and only the footer is printed to create a summary report)
The statement is as follows:
=iif(count(iif([Jan]=”Checked”, 1, 0)=1, “Checked”, “”))
A vehicle is only going to be checked up to once a month, so this should work, but i am getting an error message "the expression you entered has a function with a wrong number of arguments" and i thought i'd move my post now that i was no longer trying to work at query level. (please see my other post for an excel file explaining what i am trying to achieve visually)
Thanks for your time and help
I have an issue with group footers in a report (see: http://www.access-programmers.co.uk/forums/showthread.php?t=183047)
As my footer ignores all but the last record in a group, i am using an IIF statement to get the values i want to display in the group footer (the detail will only display on screen, and only the footer is printed to create a summary report)
The statement is as follows:
=iif(count(iif([Jan]=”Checked”, 1, 0)=1, “Checked”, “”))
A vehicle is only going to be checked up to once a month, so this should work, but i am getting an error message "the expression you entered has a function with a wrong number of arguments" and i thought i'd move my post now that i was no longer trying to work at query level. (please see my other post for an excel file explaining what i am trying to achieve visually)
Thanks for your time and help