MOVED DEVELOPED QUESTION TO QUERIES SECTION
MOVED DEVELOPED QUESTION TO QUERIES SECTION
MOVED DEVELOPED QUESTION TO QUERIES SECTION
Hello again!
Is it possible to append a summarized report of a report in a report footer? (Too much report?)
I have a list of 40 or so records each with values in 12 fields listed in a report. I want to be able to show that:
of all the values displayed, at least one value = X
of all shown, at least one value = Y
of all shown, at least one value = Z
so on and so forth.
The logic for some reason gets all fuzzy in my head when I think about it. I assume that if I simply put
iif( [field1] = "Required Value", "Requirement Met", "Requirement Unmet")
I feel as though that statement would come out as both true and false as it would check against all records in the query.
MOVED DEVELOPED QUESTION TO QUERIES SECTION
MOVED DEVELOPED QUESTION TO QUERIES SECTION
Hello again!
Is it possible to append a summarized report of a report in a report footer? (Too much report?)
I have a list of 40 or so records each with values in 12 fields listed in a report. I want to be able to show that:
of all the values displayed, at least one value = X
of all shown, at least one value = Y
of all shown, at least one value = Z
so on and so forth.
The logic for some reason gets all fuzzy in my head when I think about it. I assume that if I simply put
iif( [field1] = "Required Value", "Requirement Met", "Requirement Unmet")
I feel as though that statement would come out as both true and false as it would check against all records in the query.
Last edited: