G
Guest
I have a table with a number of 'true/false' fields.
It's a list of members of a high school class and there is a 'true/false'
field for clubs etc. that each graduate may have been in.
I am attempting to generate a report that will list all the 'True' fields
and the only way I know of is through the use of nested IIF functions that
will print the (for example) club name if the associated field is 'true'
indicating that they were in that club.
Is there a better way to do this? If not, I imagine there is a limit to the
number of levels that can be nested in an IIF function but I couldn't find it
referenced in the help section.
Thanks in advance for any help.
-Ralph Page
It's a list of members of a high school class and there is a 'true/false'
field for clubs etc. that each graduate may have been in.
I am attempting to generate a report that will list all the 'True' fields
and the only way I know of is through the use of nested IIF functions that
will print the (for example) club name if the associated field is 'true'
indicating that they were in that club.
Is there a better way to do this? If not, I imagine there is a limit to the
number of levels that can be nested in an IIF function but I couldn't find it
referenced in the help section.
Thanks in advance for any help.
-Ralph Page