R
REB
I have a report Detail section that looks like this:
__________________________
LastNameField FirstNamefield MiddleInitialField
Detail#1 about this person
Detail#2 about this person
Detail#3 about this person
Detail#4 about this person
______________________________________
If all 4 of the details about this person are blank(i.e the database fields
they are pulled from are NULL) is there a way to not show details for the
person at all without changing the query the report uses?
How would I do that?
__________________________
LastNameField FirstNamefield MiddleInitialField
Detail#1 about this person
Detail#2 about this person
Detail#3 about this person
Detail#4 about this person
______________________________________
If all 4 of the details about this person are blank(i.e the database fields
they are pulled from are NULL) is there a way to not show details for the
person at all without changing the query the report uses?
How would I do that?