In the detail portion of the report I have a code field that I want to display on certain information. I have an iif statement setup to display the ones that I want showing but in the else portion I don't have doing anything so it just leave a blank spot on the report like this.
Marker 1000
Services 200
****blank space
Casket 1000
I need the amount of all the fields so I can't just disregard the codes in the query. How can I get this blank line to not display on the report?
Marker 1000
Services 200
****blank space
Casket 1000
I need the amount of all the fields so I can't just disregard the codes in the query. How can I get this blank line to not display on the report?